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

/frameworks/av/services/audioflinger/
H A DEffects.h269 size_t removeEffect_l(const sp<EffectModule>& handle);
H A DEffects.cpp206 thread->removeEffect_l(this);
1595 // removeEffect_l() must be called with PlaybackThread::mLock held
1596 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1620 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %zu", effect.get(),
H A DThreads.h335 void removeEffect_l(const sp< EffectModule>& effect);
H A DAudioFlinger.cpp2437 t->removeEffect_l(effect);
2836 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is
2848 srcThread->removeEffect_l(effect);
2854 // removeEffect_l() has stopped the effect if it was active so it must be restarted
2965 if (chain->removeEffect_l(effect) == 0) {
H A DTracks.cpp904 srcThread->removeEffect_l(effect);
910 // removeEffect_l() has stopped the effect if it was active so it must be restarted
H A DThreads.cpp1388 chain->removeEffect_l(effect);
1463 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
1465 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
1474 if (chain->removeEffect_l(effect) == 0) {
1478 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());

Completed in 131 milliseconds