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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4749 playbackThread->addEffect_l(effect);
4758 srcThread->addEffect_l(effect);
7708 dstThread->addEffect_l(effect);
7720 srcThread->addEffect_l(effect);
7815 lStatus = chain->addEffect_l(effect);
7867 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
7869 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::ThreadBase
7878 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
7884 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
7887 ALOGW("addEffect_l()
9308 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 84 milliseconds