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

/frameworks/av/services/audioflinger/
H A DThreads.cpp848 removeEffectChain_l(chain);
905 removeEffectChain_l(chain);
929 removeEffectChain_l(chain);
2074 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
2078 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
2090 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
5326 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::RecordThread
5328 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
5330 "removeEffectChain_l() %p invalid chain size %d on thread %p",

Completed in 80 milliseconds