Lines Matching refs:DeviceEffectProxy

3174 status_t AudioFlinger::DeviceEffectProxy::setEnabled(bool enabled, bool fromHandle)  in setEnabled()
3195 status_t AudioFlinger::DeviceEffectProxy::init( in init()
3218 status_t AudioFlinger::DeviceEffectProxy::onCreatePatch( in onCreatePatch()
3239 status_t AudioFlinger::DeviceEffectProxy::checkPort(const PatchPanel::Patch& patch, in checkPort()
3310 void AudioFlinger::DeviceEffectProxy::onReleasePatch(audio_patch_handle_t patchHandle) { in onReleasePatch()
3316 size_t AudioFlinger::DeviceEffectProxy::removeEffect(const sp<EffectModule>& effect) in removeEffect()
3326 status_t AudioFlinger::DeviceEffectProxy::addEffectToHal( in addEffectToHal()
3335 status_t AudioFlinger::DeviceEffectProxy::removeEffectFromHal( in removeEffectFromHal()
3344 bool AudioFlinger::DeviceEffectProxy::isOutput() const { in isOutput()
3351 uint32_t AudioFlinger::DeviceEffectProxy::sampleRate() const { in sampleRate()
3359 audio_channel_mask_t AudioFlinger::DeviceEffectProxy::channelMask() const { in channelMask()
3367 uint32_t AudioFlinger::DeviceEffectProxy::channelCount() const { in channelCount()
3374 void AudioFlinger::DeviceEffectProxy::dump(int fd, int spaces) { in dump()
3415 int AudioFlinger::DeviceEffectProxy::ProxyCallback::newEffectId() { in newEffectId()
3420 bool AudioFlinger::DeviceEffectProxy::ProxyCallback::disconnectEffectHandle( in disconnectEffectHandle()
3435 sp<DeviceEffectProxy> proxy = mProxy.promote(); in disconnectEffectHandle()
3446 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::createEffectHal( in createEffectHal()
3452 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::addEffectToHal( in addEffectToHal()
3454 sp<DeviceEffectProxy> proxy = mProxy.promote(); in addEffectToHal()
3461 status_t AudioFlinger::DeviceEffectProxy::ProxyCallback::removeEffectFromHal( in removeEffectFromHal()
3463 sp<DeviceEffectProxy> proxy = mProxy.promote(); in removeEffectFromHal()
3470 bool AudioFlinger::DeviceEffectProxy::ProxyCallback::isOutput() const { in isOutput()
3471 sp<DeviceEffectProxy> proxy = mProxy.promote(); in isOutput()
3478 uint32_t AudioFlinger::DeviceEffectProxy::ProxyCallback::sampleRate() const { in sampleRate()
3479 sp<DeviceEffectProxy> proxy = mProxy.promote(); in sampleRate()
3486 audio_channel_mask_t AudioFlinger::DeviceEffectProxy::ProxyCallback::inChannelMask( in inChannelMask()
3488 sp<DeviceEffectProxy> proxy = mProxy.promote(); in inChannelMask()
3495 uint32_t AudioFlinger::DeviceEffectProxy::ProxyCallback::inChannelCount(int id __unused) const { in inChannelCount()
3496 sp<DeviceEffectProxy> proxy = mProxy.promote(); in inChannelCount()
3503 audio_channel_mask_t AudioFlinger::DeviceEffectProxy::ProxyCallback::outChannelMask() const { in outChannelMask()
3504 sp<DeviceEffectProxy> proxy = mProxy.promote(); in outChannelMask()
3511 uint32_t AudioFlinger::DeviceEffectProxy::ProxyCallback::outChannelCount() const { in outChannelCount()
3512 sp<DeviceEffectProxy> proxy = mProxy.promote(); in outChannelCount()