Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2735 sp<EffectChain> dstChain; in moveEffectChain_l() local
2754 if (dstChain == 0) { in moveEffectChain_l()
2755 dstChain = effect->chain().promote(); in moveEffectChain_l()
2756 if (dstChain == 0) { in moveEffectChain_l()
2761 strategy = dstChain->strategy(); in moveEffectChain_l()
2778 if (dstChain != 0 && reRegister) { in moveEffectChain_l()
DTracks.cpp965 sp<EffectChain> dstChain = effect->chain().promote(); in attachAuxEffect() local
966 if (dstChain == 0) { in attachAuxEffect()
973 dstChain->strategy(), in attachAuxEffect()