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

/frameworks/av/services/audioflinger/
H A DEffects.cpp206 thread->removeEffect_l(this);
1582 // removeEffect_l() must be called with PlaybackThread::mLock held
1583 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1607 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %d", effect.get(),
H A DThreads.cpp1015 chain->removeEffect_l(effect);
1088 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
1090 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
1099 if (chain->removeEffect_l(effect) == 0) {
1103 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());

Completed in 67 milliseconds