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

/frameworks/av/services/audioflinger/
H A DTracks.cpp776 sp<EffectChain> dstChain = effect->chain().promote(); local
777 if (dstChain == 0) {
784 dstChain->strategy(),
H A DAudioFlinger.cpp2204 sp<EffectChain> dstChain; local
2217 if (dstChain == 0) {
2218 dstChain = effect->chain().promote();
2219 if (dstChain == 0) {
2224 strategy = dstChain->strategy();

Completed in 60 milliseconds