Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:removeEffectChain_l

779             removeEffectChain_l(chain);
830 removeEffectChain_l(chain);
854 removeEffectChain_l(chain);
1796 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain)
1800 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
1812 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
4449 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain)
4451 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
4453 "removeEffectChain_l() %p invalid chain size %d on thread %p",