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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4712 srcThread->removeEffect_l(effect);
4714 // removeEffect_l() has stopped the effect if it was active so it must be restarted
7194 t->removeEffect_l(effect);
7543 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is
7554 srcThread->removeEffect_l(effect);
7556 // removeEffect_l() has stopped the effect if it was active so it must be restarted
7683 chain->removeEffect_l(effect);
7750 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
7752 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
7761 if (chain->removeEffect_l(effec
9245 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 60 milliseconds