Lines Matching refs:DeviceEffectProxy

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()
3612 status_t DeviceEffectProxy::command( in command()
3629 bool DeviceEffectProxy::isOutput() const { in isOutput()
3636 uint32_t DeviceEffectProxy::sampleRate() const { in sampleRate()
3644 audio_channel_mask_t DeviceEffectProxy::channelMask() const { in channelMask()
3652 uint32_t DeviceEffectProxy::channelCount() const { in channelCount()
3659 void DeviceEffectProxy::dump2(int fd, int spaces) const in dump2()
3702 int DeviceEffectProxy::ProxyCallback::newEffectId() { in newEffectId()
3707 bool DeviceEffectProxy::ProxyCallback::disconnectEffectHandle( in disconnectEffectHandle()
3722 sp<DeviceEffectProxy> proxy = mProxy.promote(); in disconnectEffectHandle()
3733 status_t DeviceEffectProxy::ProxyCallback::createEffectHal( in createEffectHal()
3739 status_t DeviceEffectProxy::ProxyCallback::addEffectToHal( in addEffectToHal()
3741 sp<DeviceEffectProxy> proxy = mProxy.promote(); in addEffectToHal()
3748 status_t DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal()
3750 sp<DeviceEffectProxy> proxy = mProxy.promote(); in removeEffectFromHal()
3757 bool DeviceEffectProxy::ProxyCallback::isOutput() const { in isOutput()
3758 sp<DeviceEffectProxy> proxy = mProxy.promote(); in isOutput()
3765 uint32_t DeviceEffectProxy::ProxyCallback::sampleRate() const { in sampleRate()
3766 sp<DeviceEffectProxy> proxy = mProxy.promote(); in sampleRate()
3773 audio_channel_mask_t DeviceEffectProxy::ProxyCallback::inChannelMask( in inChannelMask()
3775 sp<DeviceEffectProxy> proxy = mProxy.promote(); in inChannelMask()
3782 uint32_t DeviceEffectProxy::ProxyCallback::inChannelCount(int id __unused) const { in inChannelCount()
3783 sp<DeviceEffectProxy> proxy = mProxy.promote(); in inChannelCount()
3790 audio_channel_mask_t DeviceEffectProxy::ProxyCallback::outChannelMask() const { in outChannelMask()
3791 sp<DeviceEffectProxy> proxy = mProxy.promote(); in outChannelMask()
3798 uint32_t DeviceEffectProxy::ProxyCallback::outChannelCount() const { in outChannelCount()
3799 sp<DeviceEffectProxy> proxy = mProxy.promote(); in outChannelCount()
3806 void DeviceEffectProxy::ProxyCallback::onEffectEnable( in onEffectEnable()
3815 void DeviceEffectProxy::ProxyCallback::onEffectDisable( in onEffectDisable()