Home
last modified time | relevance | path

Searched refs:removeEffectFromHal (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DDeviceEffectManager.h51 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() function
53 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
173 status_t removeEffectFromHal(sp<EffectHalInterface> effect __unused) override { in removeEffectFromHal() function
197 status_t removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function
199 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
DEffects.h45 virtual status_t removeEffectFromHal(sp<EffectHalInterface> effect) = 0;
537 status_t removeEffectFromHal(sp<EffectHalInterface> effect) override;
638 status_t removeEffectFromHal(sp<EffectHalInterface> effect);
677 status_t removeEffectFromHal(sp<EffectHalInterface> effect) override;
DEffects.cpp1151 mCallback->removeEffectFromHal(mEffectInterface); in removeEffectFromHal_l()
2750 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::EffectChain::EffectCallback
3079 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy
3084 return mManagerCallback->removeEffectFromHal( in removeEffectFromHal()
3205 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy::ProxyCallback
DAudioFlinger.h315 status_t removeEffectFromHal(audio_port_handle_t deviceId,
DAudioFlinger.cpp413 status_t AudioFlinger::removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function in android::AudioFlinger