Lines Matching refs:dstThread
1875 PlaybackThread *dstThread = checkPlaybackThread_l(mPlaybackThreads.keyAt(0)); in closeOutput_nonvirtual() local
1876 if (dstThread != NULL) { in closeOutput_nonvirtual()
1879 Mutex::Autolock _dl(dstThread->mLock); in closeOutput_nonvirtual()
1883 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true); in closeOutput_nonvirtual()
2622 PlaybackThread *dstThread = checkPlaybackThread_l(dstOutput); in moveEffects() local
2623 if (dstThread == NULL) { in moveEffects()
2628 Mutex::Autolock _dl(dstThread->mLock); in moveEffects()
2630 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
2636 AudioFlinger::PlaybackThread *dstThread, in moveEffectChain_l() argument
2640 sessionId, srcThread, dstThread); in moveEffectChain_l()
2652 if ((dstThread->type() == ThreadBase::MIXER || dstThread->type() == ThreadBase::DUPLICATING) && in moveEffectChain_l()
2653 dstThread->mChannelCount != FCC_2) { in moveEffectChain_l()
2656 dstThread, dstThread->mChannelCount, FCC_2); in moveEffectChain_l()
2676 status = dstThread->addEffect_l(effect); in moveEffectChain_l()
2699 dstThread->id(), in moveEffectChain_l()