Searched refs:removeEffectChain_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioFlinger.h462 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
752 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1012 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
H A DAudioFlinger.cpp5635 srcThread->removeEffectChain_l(chain);
5782 removeEffectChain_l(chain);
5832 removeEffectChain_l(chain);
5854 removeEffectChain_l(chain);
5984 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
5988 LOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
5998 LOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
6076 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::RecordThread
6078 LOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
6080 "removeEffectChain_l()
[all...]

Completed in 729 milliseconds