Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3757 sp<EffectChain> dstChain; in moveEffectChain_l() local
3776 if (dstChain == 0) { in moveEffectChain_l()
3777 dstChain = effect->callback()->chain().promote(); in moveEffectChain_l()
3778 if (dstChain == 0) { in moveEffectChain_l()
3783 strategy = dstChain->strategy(); in moveEffectChain_l()
3810 sp<EffectChain> dstChain; in moveAuxEffectToIo() local
3827 dstChain = effect->callback()->chain().promote(); in moveAuxEffectToIo()
3828 if (dstChain == 0) { in moveAuxEffectToIo()