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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4720 sp<EffectChain> dstChain = effect->chain().promote(); local
4721 if (dstChain == 0) {
4728 dstChain->strategy(),
7550 sp<EffectChain> dstChain; local
7563 if (dstChain == 0) {
7564 dstChain = effect->chain().promote();
7565 if (dstChain == 0) {
7570 strategy = dstChain->strategy();

Completed in 152 milliseconds