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

/frameworks/av/services/audioflinger/
H A DTracks.cpp979 sp<EffectChain> dstChain = effect->chain().promote(); local
980 if (dstChain == 0) {
987 dstChain->strategy(),
H A DAudioFlinger.cpp2668 sp<EffectChain> dstChain; local
2687 if (dstChain == 0) {
2688 dstChain = effect->chain().promote();
2689 if (dstChain == 0) {
2694 strategy = dstChain->strategy();
2711 if (dstChain != 0 && reRegister) {

Completed in 185 milliseconds