Home
last modified time | relevance | path

Searched refs:release_effect (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp166 pContext->aeli[SUB_FX_HOST]->release_effect(pContext->eHandle[SUB_FX_HOST]); in EffectProxyRelease()
168 pContext->aeli[SUB_FX_OFFLOAD]->release_effect(pContext->eHandle[SUB_FX_OFFLOAD]); in EffectProxyRelease()
384 .release_effect = android::EffectProxyRelease,
/aosp12/hardware/libhardware/include/hardware/
H A Daudio_effect.h280 int32_t (*release_effect)(effect_handle_t handle); member
/aosp12/frameworks/av/media/libeffects/lvm/tests/
H A DEffectTestHelper.cpp28 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(mEffectHandle); in releaseEffect()
H A Dreverb_test.cpp396 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in main()
/aosp12/frameworks/av/media/libeffects/downmix/tests/
H A Ddownmix_tests.cpp259 err = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(handle_); in run()
280 err = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(handle_); in testInvalidChannelMask()
H A Ddownmixtest.cpp194 err = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(*effectHandle); in DowmixMainProcess()
/aosp12/frameworks/av/media/libeffects/lvm/benchmarks/
H A Dlvm_benchmark.cpp222 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in BM_LVM()
H A Dreverb_benchmark.cpp164 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in BM_REVERB()
/aosp12/frameworks/av/media/libeffects/preprocessing/tests/
H A DEffectTestHelper.cpp26 int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(mEffectHandle); in releaseEffect()
H A DPreProcessingTest.cpp525 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle[i]); in main()
/aosp12/frameworks/av/media/libeffects/downmix/benchmark/
H A Ddownmix_benchmark.cpp167 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in BM_Downmix()
/aosp12/frameworks/av/media/libeffects/preprocessing/benchmarks/
H A Dpreprocessing_benchmark.cpp306 if (int status = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(effectHandle); status != 0) { in BM_PREPROCESSING()
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c627 .release_effect = ma_prc_lib_release,
H A Dvolume_listener.c857 .release_effect = vol_prc_lib_release,
H A Dbundle.c767 .release_effect = effect_lib_release,
/aosp12/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp500 .release_effect = LELib_Release,
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c389 fx->lib->desc->release_effect(fx->subItfe); in EffectRelease()
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c771 .release_effect = lib_release,
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp98 .release_effect = DownmixLib_Release,
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp760 release_effect : android::EffectRelease,
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp51 .release_effect = android::audio_effect::haptic_generator::HapticGeneratorLib_Release,
/aosp12/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp793 .release_effect = VisualizerLib_Release,
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c1307 .release_effect = effect_lib_release,
/aosp12/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp1292 .release_effect = DPLib_Release,
/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp2026 .release_effect = android::EffectRelease,

12