[go: nahoru, domu]

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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp438 // dump orphan effect chains
2241 // If we still have effect chains, it means that a client still holds a handle
2394 Vector< sp<EffectChain> > chains; local
2401 chains.push(ec);
2409 chains.push(ec);
2413 for (size_t i = 0; i < chains.size(); i++) {
2414 sp<EffectChain> ec = chains[i];

Completed in 12 milliseconds