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

/frameworks/av/services/audioflinger/
H A DEffects.cpp206 thread->removeEffect_l(this);
1651 // removeEffect_l() must be called with PlaybackThread::mLock held
1652 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1676 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %zu", effect.get(),
H A DThreads.cpp1488 chain->removeEffect_l(effect);
1563 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
1565 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
1574 if (chain->removeEffect_l(effect) == 0) {
1578 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());

Completed in 99 milliseconds