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

  /frameworks/av/include/media/
EffectsFactoryApi.h 116 // Function: EffectRelease
131 int EffectRelease(effect_handle_t handle);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 310 int EffectRelease(effect_handle_t handle);
EffectEqualizer.cpp 183 extern "C" int EffectRelease(effect_handle_t handle) {
196 } /* end EffectRelease */
777 release_effect : android::EffectRelease,
EffectReverb.c 171 int EffectRelease(effect_handle_t handle) {
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 326 int EffectRelease(effect_handle_t handle)
362 ALOGW("EffectRelease() fx %p library already unloaded", handle);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 301 extern "C" int EffectRelease(effect_handle_t handle){
306 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
319 } /* end EffectRelease */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 377 extern "C" int EffectRelease(effect_handle_t handle){
383 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
419 ALOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
472 } /* end EffectRelease */
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 54 EffectRelease(mDownmixHandle);
    [all...]
AudioFlinger.cpp     [all...]

Completed in 99 milliseconds