Searched refs:DeviceEffectProxy (Results 1 – 3 of 3) sorted by relevance
3393 return sp<DeviceEffectProxy>::make(device, in create()3398 status_t DeviceEffectProxy::setEnabled(bool enabled, bool fromHandle) in setEnabled()3419 status_t DeviceEffectProxy::init_l( in init_l()3442 status_t DeviceEffectProxy::onUpdatePatch(audio_patch_handle_t oldPatchHandle, in onUpdatePatch()3459 status_t DeviceEffectProxy::onCreatePatch( in onCreatePatch()3483 status_t DeviceEffectProxy::checkPort(const IAfPatchPanel::Patch& patch, in checkPort()3573 void DeviceEffectProxy::onReleasePatch(audio_patch_handle_t patchHandle) { in onReleasePatch()3585 size_t DeviceEffectProxy::removeEffect(const sp<IAfEffectModule>& effect) in removeEffect()3596 status_t DeviceEffectProxy::addEffectToHal( in addEffectToHal()3604 status_t DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal()[all …]
728 class DeviceEffectProxy : public IAfDeviceEffectProxy, public EffectBase {730 DeviceEffectProxy(const AudioDeviceTypeAddr& device, in DeviceEffectProxy() function735 mMyCallback(new ProxyCallback(wp<DeviceEffectProxy>(this), callback)), in DeviceEffectProxy()774 ProxyCallback(const wp<DeviceEffectProxy>& owner, in ProxyCallback()825 const wp<DeviceEffectProxy> mProxy;
151 friend class DeviceEffectProxy; variable