summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioEffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use only strong references to AudioEffectEric Laurent2015-06-081-4/+7
* Respect the record audio app op - mediaSvet Ganov2015-04-291-5/+7
* namespace does not need a closing semicolonGlenn Kasten2015-03-231-1/+1
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-2/+2
* AudioEffect acquires sessionJean-Michel Trivi2014-09-181-3/+10
* Fix unused parameter warnings in audioGlenn Kasten2014-02-031-2/+2
* Remove unnecessary parameterGlenn Kasten2012-12-181-1/+1
* Line length 100Glenn Kasten2012-11-011-7/+14
* Use struct assignment instead of explicit memcpyGlenn Kasten2012-07-171-10/+3
* Whitespace and indentationGlenn Kasten2012-03-131-2/+1
* Fix build warningGlenn Kasten2012-02-221-4/+4
* Enhance Visualizer behavior in the case of mediaserver death.John Grossman2012-02-161-7/+7
* No newline or space at end of ALOG format stringGlenn Kasten2012-02-081-1/+1
* Effect UUID inputs passed by pointer are constGlenn Kasten2012-02-081-1/+1
* Declare more IAudioFlinger methods constGlenn Kasten2012-02-031-1/+2
* Use NULL not 0 for raw pointersGlenn Kasten2012-02-031-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-11/+11
* Added APIs for audio preprocessingEric Laurent2011-07-251-0/+9
* Audio framework: support for audio pre processingEric Laurent2011-07-181-7/+7
* Removed interface to load audio effects librariesEric Laurent2011-05-271-14/+0
* Do not disable effect in AudioEffect destructor.Eric Laurent2011-04-071-1/+0
* Fix issue 3157123.Eric Laurent2010-11-191-28/+27
* Fix error in AudioEffect command status reporting.Eric Laurent2010-09-241-9/+17
* Fixed several audio effects problems.Eric Laurent2010-08-091-3/+22
* Audio effects: modified command() parameter types.Eric Laurent2010-07-281-6/+14
* Fix swap of sessionId and output in audio effect API.Jean-Michel Trivi2010-07-091-2/+2
* Added Visualizer effect.Eric Laurent2010-07-071-22/+14
* Various fixes and improvements in audio effects implementationEric Laurent2010-06-251-2/+2
* Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.Eric Laurent2010-06-111-0/+462