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

/frameworks/av/services/audioflinger/
H A DThreads.h325 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
751 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1365 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1511 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
H A DThreads.cpp1365 removeEffectChain_l(chain);
1449 removeEffectChain_l(chain);
1473 removeEffectChain_l(chain);
2859 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::PlaybackThread
2863 ALOGV("removeEffectChain_l() %p from thread %p for session %d", chain.get(), this, session);
2871 ALOGV("removeEffectChain_l(): stopping track on chain %p for session Id: %d",
7362 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) function in class:android::AudioFlinger::RecordThread
7364 ALOGV("removeEffectChain_l() %p from thread %p", chain.get(), this);
7366 "removeEffectChain_l() %p invalid chain size %zu on thread %p",
8050 size_t AudioFlinger::MmapThread::removeEffectChain_l(cons function in class:android::AudioFlinger::MmapThread
[all...]
H A DAudioFlinger.cpp3120 srcThread->removeEffectChain_l(chain);

Completed in 117 milliseconds