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 118 // Function: EffectRelease
133 int EffectRelease(effect_handle_t handle);
  /frameworks/av/services/audioflinger/
BufferProviders.cpp 183 EffectRelease(mDownmixHandle);
196 EffectRelease(mDownmixHandle);
221 EffectRelease(mDownmixHandle);
231 EffectRelease(mDownmixHandle);
Effects.cpp 92 EffectRelease(mEffectInterface);
103 EffectRelease(mEffectInterface);
    [all...]
  /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 279 extern "C" int EffectRelease(effect_handle_t handle){
284 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
297 } /* end EffectRelease */
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 342 int EffectRelease(effect_handle_t handle)
378 ALOGW("EffectRelease() fx %p library already unloaded", handle);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 351 extern "C" int EffectRelease(effect_handle_t handle){
357 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
393 ALOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
446 } /* end EffectRelease */
    [all...]

Completed in 688 milliseconds