Lines Matching refs:srcThread
3693 PlaybackThread *srcThread = checkPlaybackThread_l(srcOutput); in moveEffects() local
3694 if (srcThread == NULL) { in moveEffects()
3705 Mutex::Autolock _sl(srcThread->mLock); in moveEffects()
3706 return moveEffectChain_l(sessionId, srcThread, dstThread); in moveEffects()
3728 AudioFlinger::PlaybackThread *srcThread, in moveEffectChain_l() argument
3732 sessionId, srcThread, dstThread); in moveEffectChain_l()
3734 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); in moveEffectChain_l()
3737 sessionId, srcThread); in moveEffectChain_l()
3753 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()
3763 srcThread->removeEffect_l(effect); in moveEffectChain_l()
3790 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
3799 sp<PlaybackThread> *srcThread) in moveAuxEffectToIo() argument
3841 if (status == NO_ERROR && srcThread != nullptr) { in moveAuxEffectToIo()
3842 *srcThread = thread; in moveAuxEffectToIo()