Searched refs:dstThread (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 1991 PlaybackThread *dstThread = checkPlaybackThread_l(mPlaybackThreads.keyAt(0)); in closeOutput_nonvirtual() local 1992 if (dstThread != NULL) { in closeOutput_nonvirtual() 1995 Mutex::Autolock _dl(dstThread->mLock); in closeOutput_nonvirtual() 1999 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true); in closeOutput_nonvirtual() 2796 PlaybackThread *dstThread = checkPlaybackThread_l(dstOutput); in moveEffects() local 2797 if (dstThread == NULL) { in moveEffects() 2802 Mutex::Autolock _dl(dstThread->mLock); in moveEffects() 2804 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects() 2810 AudioFlinger::PlaybackThread *dstThread, in moveEffectChain_l() argument 2814 sessionId, srcThread, dstThread); in moveEffectChain_l() [all …]
|
D | AudioFlinger.h | 571 PlaybackThread *dstThread,
|