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

/frameworks/av/services/audioflinger/
H A DThreads.cpp1021 removeEffectChain_l(chain);
1076 removeEffectChain_l(chain);
1100 removeEffectChain_l(chain);
2316 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
2320 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
2332 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
6327 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain)
6329 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
6331 "removeEffectChain_l() %p invalid chain size %d on thread %p",

Completed in 19 milliseconds