Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp4650 sp<IAfEffectChain> dstChain; in moveEffectChain_ll() local
4673 if (dstChain == nullptr) { in moveEffectChain_ll()
4674 dstChain = effect->getCallback()->chain().promote(); in moveEffectChain_ll()
4675 if (dstChain == nullptr) { in moveEffectChain_ll()
4685 dstChain.clear(); // dstChain is now from the srcThread (could be recreated). in moveEffectChain_ll()
4691 if (dstChain == nullptr) { in moveEffectChain_ll()
4692 dstChain = effect->getCallback()->chain().promote(); in moveEffectChain_ll()
4701 if (dstChain != nullptr && !removed.empty()) { in moveEffectChain_ll()
4705 dstChain->mutex().lock(); in moveEffectChain_ll()
4713 dstChain->mutex().unlock(); in moveEffectChain_ll()
[all …]