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

  /frameworks/av/media/libeffects/factory/include/media/
EffectsFactoryApi.h 122 // Function: EffectRelease
138 int EffectRelease(effect_handle_t handle);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 307 int EffectRelease(effect_handle_t handle);
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/factory/
EffectsFactory.c 327 int EffectRelease(effect_handle_t handle)
363 ALOGW("EffectRelease() fx %p library already unloaded", handle);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 298 extern "C" int EffectRelease(effect_handle_t handle){
303 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
318 } /* end EffectRelease */
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 383 extern "C" int EffectRelease(effect_handle_t handle){
389 ALOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
425 ALOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
482 } /* end EffectRelease */
    [all...]

Completed in 2892 milliseconds