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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2310 sp<EffectChain> dstChain; local
2329 if (dstChain == 0) {
2330 dstChain = effect->chain().promote();
2331 if (dstChain == 0) {
2336 strategy = dstChain->strategy();
2353 if (dstChain != 0 && reRegister) {
H A DTracks.cpp844 sp<EffectChain> dstChain = effect->chain().promote(); local
845 if (dstChain == 0) {
852 dstChain->strategy(),

Completed in 78 milliseconds