Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h311 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
592 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
1271 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain);
DThreads.cpp1266 removeEffectChain_l(chain); in createEffect_l()
1321 removeEffectChain_l(chain); in addEffect_l()
1345 removeEffectChain_l(chain); in removeEffect_l()
2621 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l() function in android::AudioFlinger::PlaybackThread
7026 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l() function in android::AudioFlinger::RecordThread
DAudioFlinger.cpp2731 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()