summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Static AudioTrack plays twice initiallyGlenn Kasten2012-11-151-1/+1
|/
* Clean up frame size in AudioTrack and AudioFlingerGlenn Kasten2012-11-141-25/+19
* Use uint32_t for sample rateGlenn Kasten2012-11-141-13/+13
* Rename TrackBase::mFrameCount to mStepCountGlenn Kasten2012-11-131-7/+7
* Move frame size out of the control blockGlenn Kasten2012-11-121-25/+24
* Move buffers pointer out of the control blockGlenn Kasten2012-11-081-3/+3
* Remove CBLK_DIRECTION from control block flagsGlenn Kasten2012-11-071-8/+17
* Remove CBLK_FAST from control block flagsGlenn Kasten2012-11-061-8/+7
* Merge duplicate code in TrackBase::TrackBase()Glenn Kasten2012-11-051-34/+23
* Simplify control block flag namesGlenn Kasten2012-11-051-13/+13
* Line length 100Glenn Kasten2012-11-011-75/+137
* Save copy of mic input, disabled by defaultGlenn Kasten2012-11-011-32/+101
* Use ALOGVV instead of commented ALOGVGlenn Kasten2012-10-261-10/+10
* Remove active track when thread goes to standbyGlenn Kasten2012-10-181-3/+3
* Fix track estimation for presentation completeJean-Michel Trivi2012-10-161-4/+2
* Disable audio watchdogGlenn Kasten2012-09-301-0/+10
* bug 7253033 clean up before closing an outputJean-Michel Trivi2012-09-301-0/+11
* Revert "Don't wait for presentation complete if terminated"Glenn Kasten2012-09-261-6/+6
* Implement android.media.AudioManager.getProperty()Glenn Kasten2012-09-251-0/+18
* audioflinger: improve record start and thread exitEric Laurent2012-09-251-2/+2
* fix end of track presentation on suspended outputEric Laurent2012-09-231-2/+13
* audioflinger: send priority request from a threadEric Laurent2012-09-131-30/+49
* Handle audio HAL returning 0 bytes in record threadJean-Michel Trivi2012-09-131-4/+4
* Don't deadlock on AudioRecord start when reads return 0Jean-Michel Trivi2012-09-121-8/+14
* Communicate audio session ID to downmixerJean-Michel Trivi2012-09-101-5/+6
* audioflinger: changes for new audio devices enumsEric Laurent2012-09-071-63/+44
* AudioFlinger: send audio source to audio effectsEric Laurent2012-08-311-1/+37
* Update audio commentsGlenn Kasten2012-08-301-6/+7
* Remove dead codeGlenn Kasten2012-08-301-0/+4
* Move libnbaio out of AudioFlingerGlenn Kasten2012-08-301-6/+6
* const methodsGlenn Kasten2012-08-131-6/+6
* Simplify AudioFlinger::PlaybackThread::isValidSyncEvent()Glenn Kasten2012-08-131-7/+1
* Discard setSyncEvent() return valueGlenn Kasten2012-08-131-4/+4
* Replace hard-coded "2" by a constant and commentGlenn Kasten2012-08-091-2/+11
* AudioFlinger: fix timed audioJohn Grossman2012-08-081-4/+6
* AudioFlinger: Better handling for master volume/muteJohn Grossman2012-08-081-171/+133
* Change audio flinger to user HAL master mute if availableJohn Grossman2012-08-081-9/+86
* Don't wait for presentation complete if terminatedGlenn Kasten2012-08-011-6/+6
* Start adding support for multiple record tracksGlenn Kasten2012-08-011-37/+123
* Clean up start() parametersGlenn Kasten2012-07-271-1/+1
* Extract methods to enter standby and standby modeGlenn Kasten2012-07-271-16/+19
* Use valueAt instead of editValueAt when possibleGlenn Kasten2012-07-251-4/+4
* Fix races in AudioRecord stop()Glenn Kasten2012-07-251-24/+27
* Use upmix/downmix utility routinesGlenn Kasten2012-07-231-16/+6
* fix audio effect not destroyed when needed.Eric Laurent2012-07-201-1/+1
* Miscellaneous audio record fixesGlenn Kasten2012-07-201-3/+6
* Use constructor to initialize instead of memcpyGlenn Kasten2012-07-201-6/+1
* Internal dump methods return void not status_tGlenn Kasten2012-07-201-30/+12
* Revert 94479fd5405642c67efd14cebe722feb9cbe6e77Glenn Kasten2012-07-191-7/+7
* Use audio_devices_t more placesGlenn Kasten2012-07-191-18/+17