Searched refs:orphanChain (Results 1 – 1 of 1) sorted by relevance
4561 sp<IAfEffectChain> orphanChain = getOrphanEffectChain_l(sessionId); in moveEffects() local4562 if (srcThread == nullptr && orphanChain == nullptr && sessionId == AUDIO_SESSION_OUTPUT_MIX) { in moveEffects()4580 if (srcThread == nullptr && orphanChain == nullptr) { in moveEffects()4585 if (orphanChain != nullptr) { in moveEffects()4587 return moveEffectChain_ll(sessionId, nullptr, dstThread, orphanChain.get()); in moveEffects()