Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:effectChains

2006                 Vector< sp<EffectChain> > effectChains = thread->getEffectChains_l();
2007 for (size_t i = 0; i < effectChains.size(); i ++) {
2008 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2257 Vector< sp<EffectChain> > effectChains = thread->getEffectChains_l();
2259 if (effectChains.size() != 0) {
2260 chain = effectChains[0];