Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:chains

1152     snprintf(buffer, SIZE, "\n- %d Effect Chains:\n", mEffectChains.size());
1732 // force reconfiguration of effect chains and engines to take new buffer size and audio
1737 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2057 // Effect chains will be actually deleted here if they were removed from
2848 // Effect chains will be actually deleted here if they were removed from
3116 // Effect chains will be actually deleted here if they were removed from
5252 Vector< sp<EffectChain> > chains;
5259 chains.push(ec);
5267 chains.push(ec);
5271 for (size_t i = 0; i < chains.size(); i++) {
5272 sp<EffectChain> ec = chains[i];
5964 // chains list in order to be processed last as it contains output stage effects
5971 // chains list to be processed before output mix effects. Relative order between other