Lines Matching refs:srcThread
3187 PlaybackThread *srcThread = checkPlaybackThread_l(srcOutput); in moveEffects() local
3188 if (srcThread == NULL) { in moveEffects()
3199 Mutex::Autolock _sl(srcThread->mLock); in moveEffects()
3200 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
3205 AudioFlinger::PlaybackThread *srcThread, in moveEffectChain_l() argument
3210 sessionId, srcThread, dstThread); in moveEffectChain_l()
3212 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); in moveEffectChain_l()
3215 sessionId, srcThread); in moveEffectChain_l()
3231 srcThread->removeEffectChain_l(chain); in moveEffectChain_l()
3241 srcThread->removeEffect_l(effect); in moveEffectChain_l()
3277 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
3281 srcThread->id(), in moveEffectChain_l()