Searched refs:getEffectChains_l (Results 1 – 3 of 3) sorted by relevance
3158 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()
290 virtual Vector<sp<IAfEffectChain>> getEffectChains_l() const
445 Vector<sp<IAfEffectChain>> getEffectChains_l() const final REQUIRES(mutex()) { in getEffectChains_l() function