Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DDeviceEffectManager.cpp78 sp<DeviceEffectProxy> effect; in createEffect_l()
94 effect = new DeviceEffectProxy(device, mMyCallback, in createEffect_l()
161 size_t AudioFlinger::DeviceEffectManager::removeEffect(const sp<DeviceEffectProxy>& effect) in removeEffect()
175 sp<DeviceEffectProxy> effect = effectBase->asDeviceEffectProxy(); in disconnectEffectHandle()
DEffects.cpp2928 status_t AudioFlinger::DeviceEffectProxy::setEnabled(bool enabled, bool fromHandle) in setEnabled()
2945 status_t AudioFlinger::DeviceEffectProxy::init( in init()
2968 status_t AudioFlinger::DeviceEffectProxy::onCreatePatch( in onCreatePatch()
2989 status_t AudioFlinger::DeviceEffectProxy::checkPort(const PatchPanel::Patch& patch, in checkPort()
3054 void AudioFlinger::DeviceEffectProxy::onReleasePatch(audio_patch_handle_t patchHandle) { in onReleasePatch()
3060 size_t AudioFlinger::DeviceEffectProxy::removeEffect(const sp<EffectModule>& effect) in removeEffect()
3070 status_t AudioFlinger::DeviceEffectProxy::addEffectToHal( in addEffectToHal()
3079 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal()
3088 bool AudioFlinger::DeviceEffectProxy::isOutput() const { in isOutput()
3095 uint32_t AudioFlinger::DeviceEffectProxy::sampleRate() const { in sampleRate()
[all …]
DEffects.h162 virtual sp<DeviceEffectProxy> asDeviceEffectProxy() { return nullptr; } in asDeviceEffectProxy()
619 class DeviceEffectProxy : public EffectBase {
621 DeviceEffectProxy (const AudioDeviceTypeAddr& device, in DeviceEffectProxy() function
629 sp<DeviceEffectProxy> asDeviceEffectProxy() override { return this; } in asDeviceEffectProxy()
652 ProxyCallback(DeviceEffectProxy *proxy, in ProxyCallback()
695 const wp<DeviceEffectProxy> mProxy;
DDeviceEffectManager.h43 size_t removeEffect(const sp<DeviceEffectProxy>& effect);
141 std::map<AudioDeviceTypeAddr, sp<DeviceEffectProxy>> mDeviceEffects;
DAudioFlinger.h547 class DeviceEffectProxy; variable