Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4013 sp<EffectChain> dstChain; in moveEffectChain_l() local
4032 if (dstChain == 0) { in moveEffectChain_l()
4033 dstChain = effect->getCallback()->chain().promote(); in moveEffectChain_l()
4034 if (dstChain == 0) { in moveEffectChain_l()
4039 strategy = dstChain->strategy(); in moveEffectChain_l()
4066 sp<EffectChain> dstChain; in moveAuxEffectToIo() local
4083 dstChain = effect->getCallback()->chain().promote(); in moveAuxEffectToIo()
4084 if (dstChain == 0) { in moveAuxEffectToIo()