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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4748 srcThread->removeEffect_l(effect);
4750 // removeEffect_l() has stopped the effect if it was active so it must be restarted
7353 t->removeEffect_l(effect);
7696 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is
7707 srcThread->removeEffect_l(effect);
7709 // removeEffect_l() has stopped the effect if it was active so it must be restarted
7838 chain->removeEffect_l(effect);
7907 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
7909 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
7918 if (chain->removeEffect_l(effec
9422 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 37 milliseconds