Searched refs:EffectCallback (Results 1 – 2 of 2) sorted by relevance
1945 mEffectCallback(new EffectCallback(this, thread, thread->mAudioFlinger.get())) in EffectChain()2702 status_t AudioFlinger::EffectChain::EffectCallback::createEffectHal( in createEffectHal()2717 bool AudioFlinger::EffectChain::EffectCallback::updateOrphanEffectChains( in updateOrphanEffectChains()2727 status_t AudioFlinger::EffectChain::EffectCallback::allocateHalBuffer( in allocateHalBuffer()2734 status_t AudioFlinger::EffectChain::EffectCallback::addEffectToHal( in addEffectToHal()2750 status_t AudioFlinger::EffectChain::EffectCallback::removeEffectFromHal( in removeEffectFromHal()2766 audio_io_handle_t AudioFlinger::EffectChain::EffectCallback::io() const { in io()2774 bool AudioFlinger::EffectChain::EffectCallback::isOutput() const { in isOutput()2782 bool AudioFlinger::EffectChain::EffectCallback::isOffload() const { in isOffload()2790 bool AudioFlinger::EffectChain::EffectCallback::isOffloadOrDirect() const { in isOffloadOrDirect()[all …]
514 class EffectCallback : public EffectCallbackInterface {516 EffectCallback(EffectChain *chain, ThreadBase *thread, AudioFlinger *audioFlinger) in EffectCallback() function616 const sp<EffectCallback> mEffectCallback;