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

/frameworks/av/services/audioflinger/
H A DEffects.h288 size_t removeEffect_l(const sp<EffectModule>& handle, bool release = false);
H A DThreads.h338 void removeEffect_l(const sp< EffectModule>& effect, bool release = false);
H A DAudioFlinger.cpp2458 t->removeEffect_l(effect);
2874 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is
2886 srcThread->removeEffect_l(effect);
2892 // removeEffect_l() has stopped the effect if it was active so it must be restarted
3003 if (chain->removeEffect_l(effect, true) == 0) {
H A DThreads.cpp1482 chain->removeEffect_l(effect);
1512 removeEffect_l(effect, true);
1584 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { function in class:android::AudioFlinger::ThreadBase
1595 if (chain->removeEffect_l(effect, release) == 0) {
1599 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
H A DTracks.cpp945 srcThread->removeEffect_l(effect);
951 // removeEffect_l() has stopped the effect if it was active so it must be restarted
H A DEffects.cpp1776 // removeEffect_l() must be called with ThreadBase::mLock held
1777 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect, function in class:android::AudioFlinger::EffectChain
1806 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %zu", effect.get(),

Completed in 63 milliseconds