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

/frameworks/av/services/audioflinger/
H A DThreads.h315 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
607 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1294 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
H A DThreads.cpp1394 removeEffectChain_l(chain);
1451 removeEffectChain_l(chain);
1475 removeEffectChain_l(chain);
2754 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
2758 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
2770 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
7277 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::RecordThread
7279 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
7281 "removeEffectChain_l() %p invalid chain size %zu on thread %p",
H A DAudioFlinger.cpp2838 srcThread->removeEffectChain_l(chain);

Completed in 62 milliseconds