Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:effectChains

1817                 Vector< sp<EffectChain> > effectChains = thread->getEffectChains_l();
1818 for (size_t i = 0; i < effectChains.size(); i ++) {
1819 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2055 Vector< sp<EffectChain> > effectChains = thread->getEffectChains_l();
2057 if (effectChains.size() != 0) {
2058 chain = effectChains[0];