Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:removeEffect_l

5228                 t->removeEffect_l(effect);
5566 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is
5577 srcThread->removeEffect_l(effect);
5579 // removeEffect_l() has stopped the effect if it was active so it must be restarted
5709 chain->removeEffect_l(effect);
5775 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) {
5777 LOGV("removeEffect_l() %p effect %p", this, effect.get());
5786 if (chain->removeEffect_l(effect) == 0) {
5790 LOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
5849 removeEffect_l(effect);
7228 // removeEffect_l() must be called with PlaybackThread::mLock held
7229 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect)
7254 LOGV("removeEffect_l() effect %p, removed from chain %p at rank %d", effect.get(), this, i);