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

/frameworks/av/services/audioflinger/
H A DThreads.cpp1494 removeEffectChain_l(chain);
1551 removeEffectChain_l(chain);
1575 removeEffectChain_l(chain);
2900 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
2904 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
2916 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
7558 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::RecordThread
7560 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
7562 "removeEffectChain_l() %p invalid chain size %zu on thread %p",

Completed in 415 milliseconds