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

/frameworks/av/services/audioflinger/
H A DEffects.cpp1444 // removeEffect_l() must be called with PlaybackThread::mLock held
1445 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1469 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %d", effect.get(),
H A DThreads.cpp842 chain->removeEffect_l(effect);
917 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) { function in class:android::AudioFlinger::ThreadBase
919 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
928 if (chain->removeEffect_l(effect) == 0) {
932 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
988 removeEffect_l(effect);

Completed in 57 milliseconds