Home
last modified time | relevance | path

Searched defs:removeEffectFromHal (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DDeviceEffectManager.h53 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() function
182 status_t removeEffectFromHal(sp<EffectHalInterface> effect __unused) override { in removeEffectFromHal() function
210 status_t removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function
H A DEffects.cpp2941 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::EffectChain::EffectCallback
3335 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy
3461 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy::ProxyCallback
H A DAudioFlinger.cpp516 status_t AudioFlinger::removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function in android::AudioFlinger