summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Effects.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE - audioflinger: fix recursive mutex lock in EffectHandle.Eric Laurent2017-03-221-7/+25
* DO NOT MERGE - improve audio effect framwework thread safetyEric Laurent2017-03-221-86/+138
* Fix security vulnerability: potential OOB write in audioserverrago2017-03-131-0/+16
* Effect: Use local cached data for Effect commitAndy Hung2017-03-131-19/+38
* Effects: Check get parameter command sizeAndy Hung2017-02-031-0/+7
* Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-061-0/+23
|\
| * Add EFFECT_CMD_SET_PARAM parameter checkingAndy Hung2016-08-261-0/+29
* | Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-021-0/+6
|\ \
| * | Check effect command reply size in AudioFlingerAndy Hung2016-06-231-0/+6
| |/
* | Revert "Audio Effects are not processing first buffer"Gabriele M2016-01-231-3/+3
* | libaudioflinger: avoid s/w effect processing in case of Direct PCMvivek mehta2015-12-191-3/+7
* | Audio Effects are not processing first bufferLucas Gomez Jimenez2015-11-301-3/+3
* | Direct_PCM: add support for effectsvivek mehta2015-10-061-1/+2
* | audio: init rc to avoid effect's fault statewjiang2015-10-061-6/+6
|/
* Fix for audio effects in offload path for mono contentRicardo Garcia2015-05-281-1/+9
* Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
* audioflinger: fix pre processing transfer between record threads.Eric Laurent2014-10-021-10/+26
* audioflinger: fix failure to indicate volume to effectEric Laurent2014-10-011-10/+16
* audioflinger: fix pre processing effect leakEric Laurent2014-09-151-4/+24
* Fix to support mono in effect buffer allocation.Ricardo Garcia2014-08-111-1/+4
* MediaServer crashing and audio effects not applied to TTS.Ricardo Garcia2014-08-061-1/+6
* AudioFlinger: add specific mutex for client listsEric Laurent2014-05-131-2/+2
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-13/+13
|\
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-12/+12
* | Merge "Fix clang warnings in AudioFlinger"Glenn Kasten2014-02-101-2/+2
|\ \
| * | Fix clang warnings in AudioFlingerGlenn Kasten2014-02-101-2/+2
* | | Pretty up audioflinger dumpsysMarco Nelissen2014-02-101-35/+143
|/ /
* | Fix unused parameter warnings in audioGlenn Kasten2014-02-031-1/+1
* | Fix bug in creation of EffectHandle when out of memoryGlenn Kasten2013-11-201-8/+10
* | am 3424d6e1: am 1adf20ce: Merge "fix volume and effect enable delay on offloa...Eric Laurent2013-10-011-5/+17
|\ \ | |/
| * fix volume and effect enable delay on offloaded tracksEric Laurent2013-09-301-5/+17
* | am a2340b30: Merge "Don\'t call audio effect process on offloaded playback th...Jean-Michel Trivi2013-09-301-3/+4
|\ \ | |/
| * Don't call audio effect process on offloaded playback threadsJean-Michel Trivi2013-09-261-3/+4
* | am bf5e2397: am 5baf2af5: more support for audio effect offloadEric Laurent2013-09-181-5/+44
|\ \ | |/
| * more support for audio effect offloadEric Laurent2013-09-181-5/+44
* | am 8a910716: am 6ca83fad: Merge "audioflinger: no effects on offloaded tracks...Eric Laurent2013-09-091-11/+23
|\ \ | |/
| * audioflinger: no effects on offloaded tracksEric Laurent2013-09-091-11/+23
* | Use curly braces in 'if' to make it easier to add logsGlenn Kasten2013-08-131-1/+2
|/
* AudioFlinger: offload playback, non-blocking writeEric Laurent2013-07-251-19/+26
* Make AudioFlinger::instantiate() more resilient when called from separate moduleGlenn Kasten2013-07-191-0/+1
* AudioFlinger: do not cache audio device when 0.Eric Laurent2013-06-061-1/+1
* audioflinger: add effect config status checkEric Laurent2013-04-021-12/+51
* AudioFlinger files reorganizationEric Laurent2012-11-191-0/+1684