Searched refs:removeEffectFromHal (Results 1 – 5 of 5) sorted by relevance
51 status_t removeEffectFromHal(audio_port_handle_t deviceId, audio_module_handle_t hwModuleId, in removeEffectFromHal() function53 return mAudioFlinger.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()173 status_t removeEffectFromHal(sp<EffectHalInterface> effect __unused) override { in removeEffectFromHal() function197 status_t removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function199 return mManager.removeEffectFromHal(deviceId, hwModuleId, effect); in removeEffectFromHal()
45 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;
1151 mCallback->removeEffectFromHal(mEffectInterface); in removeEffectFromHal_l()2750 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::EffectChain::EffectCallback3079 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy3084 return mManagerCallback->removeEffectFromHal( in removeEffectFromHal()3205 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal() function in android::AudioFlinger::DeviceEffectProxy::ProxyCallback
315 status_t removeEffectFromHal(audio_port_handle_t deviceId,
413 status_t AudioFlinger::removeEffectFromHal(audio_port_handle_t deviceId, in removeEffectFromHal() function in android::AudioFlinger