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

/frameworks/av/services/audioflinger/
H A DTracks.cpp1018 sp<EffectChain> dstChain = effect->chain().promote(); local
1019 if (dstChain == 0) {
1026 dstChain->strategy(),
H A DAudioFlinger.cpp3124 sp<EffectChain> dstChain; local
3143 if (dstChain == 0) {
3144 dstChain = effect->chain().promote();
3145 if (dstChain == 0) {
3150 strategy = dstChain->strategy();
3167 if (dstChain != 0 && reRegister) {

Completed in 67 milliseconds