Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3709 sp<EffectChain> dstChain; in moveEffectChain_l() local
3728 if (dstChain == 0) { in moveEffectChain_l()
3729 dstChain = effect->callback()->chain().promote(); in moveEffectChain_l()
3730 if (dstChain == 0) { in moveEffectChain_l()
3735 strategy = dstChain->strategy(); in moveEffectChain_l()
3762 sp<EffectChain> dstChain; in moveAuxEffectToIo() local
3779 dstChain = effect->callback()->chain().promote(); in moveAuxEffectToIo()
3780 if (dstChain == 0) { in moveAuxEffectToIo()