Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h324 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
753 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1367 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1520 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
DThreads.cpp1355 removeEffectChain_l(chain); in createEffect_l()
1439 removeEffectChain_l(chain); in addEffect_l()
1464 removeEffectChain_l(chain); in removeEffect_l()
2863 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l() function in android::AudioFlinger::PlaybackThread
7415 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l() function in android::AudioFlinger::RecordThread
8099 size_t AudioFlinger::MmapThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l() function in android::AudioFlinger::MmapThread
DAudioFlinger.cpp3134 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()