Searched refs:addEffect_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h551 status_t addEffect_l(const sp< EffectModule>& effect);
1677 status_t addEffect_l(const sp<EffectModule>& handle);
H A DAudioFlinger.cpp4713 playbackThread->addEffect_l(effect);
4722 srcThread->addEffect_l(effect);
7555 dstThread->addEffect_l(effect);
7567 srcThread->addEffect_l(effect);
7662 lStatus = chain->addEffect_l(effect);
7712 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
7714 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::ThreadBase
7723 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
7729 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
7732 ALOGW("addEffect_l()
9131 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 55 milliseconds