Searched refs:chains (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2049 // force reconfiguration of effect chains and engines to take new buffer size and audio
2054 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2662 // Effect chains will be actually deleted here if they were removed from
7151 Vector< sp<EffectChain> > chains; local
7158 chains.push(ec);
7166 chains.push(ec);
7170 for (size_t i = 0; i < chains.size(); i++) {
7171 sp<EffectChain> ec = chains[i];
7869 // chains list in order to be processed last as it contains output stage effects
7876 // chains lis
[all...]

Completed in 242 milliseconds