Home
last modified time | relevance | path

Searched refs:dstChain (Results 1 – 2 of 2) sorted by relevance

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