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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp4879 dstThread->addEffect_l(effect);
4886 srcThread->addEffect_l(effect);
4983 lStatus = chain->addEffect_l(effect);
5021 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
5023 status_t AudioFlinger::PlaybackThread::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::PlaybackThread
5032 LOGV("addEffect_l() new effect chain for session %d", sessionId);
5038 LOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
5041 LOGW("addEffect_l() %p effect %s already present in chain %p",
5046 status_t status = chain->addEffect_l(effect);
6202 // addEffect_l() mus
6203 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 43 milliseconds