Searched defs:EffectRelease (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libeffects/visualizer/
H A DEffectVisualizer.cpp201 extern "C" int EffectRelease(effect_interface_t interface) { function in namespace:android
204 LOGV("EffectRelease %p", interface);
/frameworks/base/media/libeffects/factory/
H A DEffectsFactory.c253 int EffectRelease(effect_interface_t interface) function
289 LOGW("EffectRelease() fx %p library already unloaded", interface);
424 releaseFx = (effect_ReleaseEffect_t)dlsym(hdl, "EffectRelease");
426 LOGW("could not get EffectRelease from lib %s", libPath);
/frameworks/base/media/libeffects/testlibs/
H A DEffectEqualizer.cpp180 extern "C" int EffectRelease(effect_interface_t interface) { function in namespace:android::__anon407
193 } /* end EffectRelease */
H A DEffectReverb.c169 int EffectRelease(effect_interface_t interface) { function
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp366 extern "C" int EffectRelease(effect_interface_t interface){ function in namespace:android::__anon402
372 LOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
408 LOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
461 } /* end EffectRelease */
/frameworks/base/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp298 extern "C" int EffectRelease(effect_interface_t interface){ function in namespace:android::__anon405
303 LOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
316 } /* end EffectRelease */

Completed in 596 milliseconds