Lines Matching refs:srcThread
4470 PlaybackThread *srcThread = checkPlaybackThread_l(srcOutput); in moveEffects() local
4471 if (srcThread == NULL) { in moveEffects()
4482 Mutex::Autolock _sl(srcThread->mLock); in moveEffects()
4483 return moveEffectChain_l(sessionId, srcThread, dstThread); in moveEffects()
4505 AudioFlinger::PlaybackThread *srcThread, in moveEffectChain_l() argument
4510 sessionId, srcThread, dstThread); in moveEffectChain_l()
4512 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); in moveEffectChain_l()
4515 sessionId, srcThread); in moveEffectChain_l()
4532 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()
4543 srcThread->removeEffect_l(effect); in moveEffectChain_l()
4571 if (srcThread->addEffect_l(effect) == NO_ERROR) { in moveEffectChain_l()
4605 __func__, errorString.c_str(), sessionId, srcThread, dstThread, in moveEffectChain_l()
4610 __func__, sessionId, srcThread, dstThread, removed.size(), started); in moveEffectChain_l()
4617 sp<PlaybackThread> *srcThread) in moveAuxEffectToIo() argument
4659 if (status == NO_ERROR && srcThread != nullptr) { in moveAuxEffectToIo()
4660 *srcThread = thread; in moveAuxEffectToIo()