Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:chain

958             sp<EffectChain> chain = srcThread->getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX);
959 if (chain == 0) {
963 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
979 sp<EffectChain> dstChain = effect->chain().promote();