Home
last modified time | relevance | path

Searched refs:dstThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1933 PlaybackThread *dstThread = checkPlaybackThread_l(mPlaybackThreads.keyAt(0)); in closeOutput_nonvirtual() local
1934 if (dstThread != NULL) { in closeOutput_nonvirtual()
1937 Mutex::Autolock _dl(dstThread->mLock); in closeOutput_nonvirtual()
1941 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true); in closeOutput_nonvirtual()
2689 PlaybackThread *dstThread = checkPlaybackThread_l(dstOutput); in moveEffects() local
2690 if (dstThread == NULL) { in moveEffects()
2695 Mutex::Autolock _dl(dstThread->mLock); in moveEffects()
2697 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
2703 AudioFlinger::PlaybackThread *dstThread, in moveEffectChain_l() argument
2707 sessionId, srcThread, dstThread); in moveEffectChain_l()
[all …]
DAudioFlinger.h577 PlaybackThread *dstThread,