Searched defs:dstChain (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2668 sp<EffectChain> dstChain; local
2687 if (dstChain == 0) {
2688 dstChain = effect->chain().promote();
2689 if (dstChain == 0) {
2694 strategy = dstChain->strategy();
2711 if (dstChain != 0 && reRegister) {
H A DTracks.cpp979 sp<EffectChain> dstChain = effect->chain().promote(); local
980 if (dstChain == 0) {
987 dstChain->strategy(),

Completed in 777 milliseconds