Lines Matching refs:srcThread
2791 PlaybackThread *srcThread = checkPlaybackThread_l(srcOutput); in moveEffects() local
2792 if (srcThread == NULL) { in moveEffects()
2803 Mutex::Autolock _sl(srcThread->mLock); in moveEffects()
2804 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
2809 AudioFlinger::PlaybackThread *srcThread, in moveEffectChain_l() argument
2814 sessionId, srcThread, dstThread); in moveEffectChain_l()
2816 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); in moveEffectChain_l()
2819 sessionId, srcThread); in moveEffectChain_l()
2838 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()
2848 srcThread->removeEffect_l(effect); in moveEffectChain_l()
2884 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
2888 srcThread->id(), in moveEffectChain_l()