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

  /frameworks/av/include/media/
EffectsFactoryApi.h 118 // Function: EffectRelease
133 int EffectRelease(effect_handle_t handle);
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 127 ALOGV("ERROR : EffectRelease called with NULL pointer");
130 ALOGV("EffectRelease");
135 EffectRelease(pContext->eHandle[SUB_FX_HOST]);
137 EffectRelease(pContext->eHandle[SUB_FX_OFFLOAD]);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 307 int EffectRelease(effect_handle_t handle);
EffectEqualizer.cpp 166 extern "C" int EffectRelease(effect_handle_t handle) {
179 } /* end EffectRelease */
757 release_effect : android::EffectRelease,
EffectReverb.c 154 int EffectRelease(effect_handle_t handle) {
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 277 extern "C" int EffectRelease(effect_handle_t handle){
282 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
295 } /* end EffectRelease */
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 89 EffectRelease(mEffectInterface);
100 EffectRelease(mEffectInterface);
    [all...]
AudioMixer.cpp 55 EffectRelease(mDownmixHandle);
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 340 int EffectRelease(effect_handle_t handle)
377 ALOGW("EffectRelease() fx %p library already unloaded", handle);
384 // since we call the sub effect release inside the EffectRelease of Proxy
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 346 extern "C" int EffectRelease(effect_handle_t handle){
352 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
388 ALOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
441 } /* end EffectRelease */
    [all...]

Completed in 192 milliseconds