summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* audioflinger: remove redundand ifdefGiulio Cervera2013-07-031-5/+0
* Squashed commit of A/V changes from CodeAuroraKrishnankutty Kolathappilly2013-06-181-39/+366
* Revert "audioflinger: apply volume on direct track when track is active"detule2013-04-211-7/+5
* libstagefright: Squashed audio fixes from CodeAuroraHaynes Mathew George2013-04-081-6/+21
* qcom-fm: audio: add support for FM featureMingming Yin2013-03-061-2/+24
* audio: Subsystem Restart changesRavishankar Sarawadi2013-03-041-0/+31
* audioflinger: Fix to set correct volume in Tunnel playbackAmal Paul2013-02-191-1/+5
* audio: apply volume on DirectOutput streamsMingming Yin2013-02-161-0/+1
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/fra...Steve Kondik2013-02-121-1/+1
|\
| * Static AudioTrack plays twice initiallyGlenn Kasten2012-11-161-1/+1
* | Squashed commit of updates from CodeAuroraMingming Yin2013-02-061-7/+18
* | libstagefright: Collection of fixes for TunnelPlayerAlexy Joseph2013-01-261-1/+2
* | frameworks/av : Playing AAC and MP3 clips using LPA.Kalyani polepeddy2013-01-211-1/+37
* | Make an exception for MR0_AUDIO_BLOB in loadHwModule_lmadmack2013-01-141-2/+2
* | audioflinger: Allow mixed use of JB A2DP HALs and ICS policyRicardo Cerqueira2013-01-101-0/+7
* | Squashed commit of audio changes from CodeAuroravivek mehta2012-12-231-30/+809
* | Allow JB_MR0 Audio prebuilts to loadBumble-Bee2012-12-141-1/+1
* | Add support for ICS audio blobsRicardo Cerqueira2012-11-221-0/+41
|/
* 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