Searched refs:removeEffectFromHal (Results 1 – 5 of 5) sorted by relevance
53 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() function55 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()182 status_t removeEffectFromHal(sp<EffectHalInterface> effect __unused) override { in removeEffectFromHal() function210 status_t removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function212 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
49 virtual status_t removeEffectFromHal(sp<EffectHalInterface> effect) = 0;598 status_t removeEffectFromHal(sp<EffectHalInterface> effect) override;714 status_t removeEffectFromHal(sp<EffectHalInterface> effect);759 status_t removeEffectFromHal(sp<EffectHalInterface> effect) override;
1200 getCallback()->removeEffectFromHal(mEffectInterface); in removeEffectFromHal_l()2941 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::EffectChain::EffectCallback3335 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy3340 return mManagerCallback->removeEffectFromHal( in removeEffectFromHal()3461 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy::ProxyCallback
309 status_t removeEffectFromHal(audio_port_handle_t deviceId,
516 status_t AudioFlinger::removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function in android::AudioFlinger