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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp1732 // 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; local
5259 chains.push(ec);
5267 chains.push(ec);
5271 for (size_t i = 0; i < chains.size(); i++) {
5272 sp<EffectChain> ec = chains[
[all...]

Completed in 69 milliseconds