summaryrefslogtreecommitdiffstats
path: root/media/jni/audioeffect
Commit message (Expand)AuthorAgeFilesLines
* Stop thread before deleting object referenceOscar Rydhé2015-11-071-0/+1
* Fix in effectCallback to avoid sending callbacks to dead objectsLucas Gomez Jimenez2015-10-271-0/+9
* audio effect JNI: fix global ref leak.Eric Laurent2015-06-192-0/+4
* Use only strong references to AudioEffectEric Laurent2015-06-082-124/+139
* Respect the record audio app op - frameworkSvet Ganov2015-04-282-5/+16
* am 3787decd: am 5137415e: Merge "Use NULL instead of 0 for pointer arguments ...Narayan Kamath2015-01-061-1/+1
|\
| * Use NULL instead of 0 for pointer arguments of CallStaticVoidMethod.Haitao Feng2015-01-061-1/+1
* | resolved conflicts for merge of 6957369d to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-102-15/+13
|\ \ | |/
| * Frameworks/base: Wall Werror in media/jniAndreas Gampe2014-11-102-15/+13
* | AudioEffect JNI: use new max preprocessing constantEric Laurent2014-11-051-18/+2
|/
* AudioEffect JNI: fix queryEffects()Eric Laurent2014-09-101-13/+27
* AArch64: Use long for pointers in audio effect classesAshok Bhat2014-01-072-53/+61
* Add audio level monitoring capabilities in Visualizer effectJean-Michel Trivi2013-09-231-0/+72
* Fix a crash caseMike J. Chen2013-04-261-5/+6
* Add liblogYing Wang2013-04-091-0/+1
* am edde28fd: am 5d5526aa: Merge "Handle errors from AudioEffect::queryNumberE...James Dong2012-12-281-2/+5
|\
| * Handle errors from AudioEffect::queryNumberEffectsPeter Karlsson2012-11-161-2/+5
* | Remove obsolete references to libmedia_nativeGlenn Kasten2012-10-301-2/+1
|/
* Add support for scaling mode parameter in Visualizer effectJean-Michel Trivi2012-04-171-0/+23
* Add libmedia_nativeGlenn Kasten2012-03-161-1/+2
* Remove dependency on audio_* locationGlenn Kasten2012-03-141-1/+1
* Enhance Visualizer behavior in the case of mediaserver death.John Grossman2012-02-161-2/+20
* Reuse callback buffers in the Visualizer.John Grossman2012-02-161-6/+80
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-33/+33
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-6/+6
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-21/+21
* Fix issue 5144429: CTS test fails for AudioEffectsEric Laurent2011-08-111-0/+2
* Added APIs for audio preprocessingEric Laurent2011-07-251-6/+93
* Moved and renamed effect API header filesEric Laurent2011-07-071-0/+3
* Fix issue 3509396: AudioEffect.getParameter JAVA.Eric Laurent2011-03-211-37/+18
* Fix issue 3126094.Eric Laurent2010-10-221-0/+1
* fix problem in AudioEffect JNI setup.Eric Laurent2010-09-242-19/+14
* Fix issue 3022800.Eric Laurent2010-09-232-5/+5
* Audio effects: modified command() parameter types.Eric Laurent2010-07-281-2/+5
* Audio Effects: added methods to effects java classes to store and load curren...Eric Laurent2010-07-271-1/+1
* Fix swap of sessionId and output in audio effect API.Jean-Michel Trivi2010-07-091-2/+2
* Added Visualizer effect.Eric Laurent2010-07-073-28/+523
* Various fixes and improvements in audio effects implementationEric Laurent2010-06-251-1/+1
* Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.Eric Laurent2010-06-112-0/+877