Searched defs:dstChain (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2842 sp<EffectChain> dstChain; local
2861 if (dstChain == 0) {
2862 dstChain = effect->chain().promote();
2863 if (dstChain == 0) {
2868 strategy = dstChain->strategy();
2885 if (dstChain != 0 && reRegister) {
H A DTracks.cpp916 sp<EffectChain> dstChain = effect->chain().promote(); local
917 if (dstChain == 0) {
924 dstChain->strategy(),

Completed in 83 milliseconds