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

  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 326 int EffectRelease(effect_handle_t handle)
362 LOGW("EffectRelease() fx %p library already unloaded", handle);
  /frameworks/base/media/libeffects/testlibs/
EffectEqualizer.cpp 183 extern "C" int EffectRelease(effect_handle_t handle) {
196 } /* end EffectRelease */
752 release_effect : android::EffectRelease,
EffectReverb.c 171 int EffectRelease(effect_handle_t handle) {
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 299 extern "C" int EffectRelease(effect_handle_t handle){
304 LOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
317 } /* end EffectRelease */
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 376 extern "C" int EffectRelease(effect_handle_t handle){
382 LOGV("\tLVM_ERROR : EffectRelease called with NULL pointer");
418 LOGV("\tLVM_ERROR : EffectRelease : Unsupported effect\n\n\n\n\n\n\n");
471 } /* end EffectRelease */
    [all...]

Completed in 140 milliseconds