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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp7081 MixerThread *dstThread = checkMixerThread_l(output); local
7082 if (dstThread == NULL) {
7092 if (thread != dstThread && thread->type() != ThreadBase::DIRECT) {
7512 PlaybackThread *dstThread = checkPlaybackThread_l(dstOutput); local
7513 if (dstThread == NULL) {
7518 Mutex::Autolock _dl(dstThread->mLock);
7520 moveEffectChain_l(sessionId, srcThread, dstThread, false);
7525 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
7528 AudioFlinger::PlaybackThread *dstThread,
7532 sessionId, srcThread, dstThread);
7526 moveEffectChain_l(int sessionId, AudioFlinger::PlaybackThread *srcThread, AudioFlinger::PlaybackThread *dstThread, bool reRegister) argument
[all...]
H A DAudioFlinger.h1286 PlaybackThread *dstThread,

Completed in 71 milliseconds