Searched refs:dstThread (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 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() [all …]
|
D | AudioFlinger.h | 558 PlaybackThread *dstThread,
|