Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3158 Vector<sp<IAfEffectChain>> effectChains = playbackThread->getEffectChains_l(); in closeOutput_nonvirtual()
3376 const Vector<sp<IAfEffectChain>> effectChains = recordThread->getEffectChains_l(); in closeInput_nonvirtual()
3578 const Vector<sp<IAfEffectChain>> threadChains = t->getEffectChains_l(); in purgeStaleEffects_l()
3590 const Vector<sp<IAfEffectChain>> threadChains = t->getEffectChains_l(); in purgeStaleEffects_l()
3600 const Vector<sp<IAfEffectChain>> threadChains = t->getEffectChains_l(); in purgeStaleEffects_l()
4745 const Vector<sp<IAfEffectChain>> effectChains = srcThread->getEffectChains_l(); in moveEffectChain_ll()
DIAfThread.h290 virtual Vector<sp<IAfEffectChain>> getEffectChains_l() const
DThreads.h445 Vector<sp<IAfEffectChain>> getEffectChains_l() const final REQUIRES(mutex()) { in getEffectChains_l() function