HomeSort by relevance Sort by last modified time
    Searched defs:EffectRelease (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 328 int EffectRelease(effect_handle_t handle)
364 ALOGW("EffectRelease() fx %p library already unloaded", handle);
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 169 extern "C" int EffectRelease(effect_handle_t handle) {
182 } /* end EffectRelease */
760 release_effect : android::EffectRelease,
EffectReverb.c 157 int EffectRelease(effect_handle_t handle) {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 387 extern "C" int EffectRelease(effect_handle_t handle){
393 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
429 ALOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
490 } /* end EffectRelease */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 295 extern "C" int EffectRelease(effect_handle_t handle){
300 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
315 } /* end EffectRelease */
    [all...]

Completed in 159 milliseconds