summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* audioflinger: increase shared memory heap sizeEric Laurent2015-10-141-3/+7
* Fix capture overruns at non-primary sample rateGlenn Kasten2015-07-221-3/+0
* audio: several fixes in audio routing callbacksEric Laurent2015-07-101-15/+13
* audio flinger: do not call JAVA services until system is readyEric Laurent2015-05-201-6/+28
* audio flinger: fix fuzz test crashEric Laurent2015-05-081-6/+16
* Merge "AudioRecord keeps track of UID" into mnc-devJean-Michel Trivi2015-05-051-2/+2
|\
| * AudioRecord keeps track of UIDJean-Michel Trivi2015-05-051-2/+2
* | Merge "AudioSystem: refactor audio config cache and callbacks" into mnc-devEric Laurent2015-05-011-11/+14
|\ \ | |/ |/|
| * AudioSystem: refactor audio config cache and callbacksEric Laurent2015-05-011-11/+14
* | Merge "PatchPanel: do not use setParameters() internally." into mnc-devEric Laurent2015-05-011-3/+9
|\ \ | |/
| * PatchPanel: do not use setParameters() internally.Eric Laurent2015-04-281-3/+9
* | Respect the record audio app op - mediaSvet Ganov2015-04-291-2/+4
|/
* Enable 8 bit and float pcm record formats for AudioFlingerAndy Hung2015-04-081-14/+42
* AudioFlinger: call SPDIF wrapper from AudioFlingerPhil Burk2015-03-241-20/+11
* Rename tee sink file name and add prefix to macrosGlenn Kasten2015-03-061-12/+12
* Rename formal parameter to match type nameGlenn Kasten2015-03-061-8/+8
* Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
* Fix for getMicMute in AudioFlingerRicardo Garcia2015-02-191-4/+10
* Line length 100Glenn Kasten2014-12-301-1/+2
* am 93118cd9: am 99429b40: am 277c7b8c: Merge "Fix permission check for audio ...Jean-Michel Trivi2014-12-171-7/+0
|\
| * am 99429b40: am 277c7b8c: Merge "Fix permission check for audio recording" in...Jean-Michel Trivi2014-12-171-7/+0
| |\
| | * Fix permission check for audio recordingJean-Michel Trivi2014-12-151-7/+0
* | | am 72215491: am 1a475921: am 223fd5c9: audio: new routing strategies and stre...Eric Laurent2014-11-261-7/+30
|\ \ \ | |/ /
| * | am 1a475921: am 223fd5c9: audio: new routing strategies and stream typesEric Laurent2014-11-261-7/+30
| |\ \ | | |/
| | * audio: new routing strategies and stream typesEric Laurent2014-11-211-7/+30
| * | resolved conflicts for merge of e78a27ca to lmp-mr1-dev-plus-aospMarco Nelissen2014-11-171-1/+1
| |\ \ | | |/ | |/|
| | * Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-1/+1
* | | Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-1/+1
* | | am d202ac37: am b7092547: Merge "remove some restrictions on effect output ch...Eric Laurent2014-11-041-1/+2
|\ \ \ | |/ /
| * | remove some restrictions on effect output channelsEric Laurent2014-11-031-1/+2
* | | am 1f4b82a2: am b14e6dc8: Merge "Always use an address for remote submix" int...Jean-Michel Trivi2014-10-301-2/+2
|\ \ \ | |/ /
| * | Always use an address for remote submixJean-Michel Trivi2014-10-271-2/+2
* | | am 6efbadac: am b6a89512: am 9d0d5958: Merge "audioflinger: new HW A/V sync I...Eric Laurent2014-10-221-9/+57
|\ \ \ | |/ /
| * | audioflinger: new HW A/V sync ID allocation flowEric Laurent2014-10-221-9/+57
| |/
* | Check for duplicate uuids when parsing audio_effects.confMarco Nelissen2014-10-081-0/+3
|/
* audioflinger: fix pre processing transfer between record threads.Eric Laurent2014-10-021-5/+43
* Merge "audioflinger: fix pre processing effect leak" into lmp-devEric Laurent2014-09-151-1/+68
|\
| * audioflinger: fix pre processing effect leakEric Laurent2014-09-151-1/+68
* | audioflinger: send mic mute command to all audio HALsEric Laurent2014-09-151-2/+7
|/
* Restore the ability to build tee sink for debuggingGlenn Kasten2014-09-021-10/+14
* AudioSystem: add API to query audio HW sync sourceEric Laurent2014-08-061-0/+19
* audio flinger: fix service fuzz test crashEric Laurent2014-08-041-0/+6
* rename AudioSystem::newAudioSessionId()Eric Laurent2014-07-281-1/+1
* AudioFlinger: update openInput() and openOutput()Eric Laurent2014-07-281-117/+85
* Add multichannel capability to AudioFlingerAndy Hung2014-07-241-13/+31
* audio flinger: add patch connection between hw modulesEric Laurent2014-07-241-87/+140
* Add audio_input_flags_t to IAudioFlinger::openInputGlenn Kasten2014-07-171-3/+4
* Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-151-2/+3
* stagefright: Pass audio aac sub formats in offloadinfoaarti jadhav-gaikwad2014-07-111-7/+16
* Merge "IAudioFlinger::openRecord now suggests notificationFrames"Glenn Kasten2014-07-021-1/+2
|\