Searched refs:srcThread (Results 1 – 3 of 3) sorted by relevance
| /frameworks/av/services/audioflinger/ |
| D | AudioFlinger.cpp | 4470 PlaybackThread *srcThread = checkPlaybackThread_l(srcOutput); in moveEffects() local 4471 if (srcThread == NULL) { in moveEffects() 4482 Mutex::Autolock _sl(srcThread->mLock); in moveEffects() 4483 return moveEffectChain_l(sessionId, srcThread, dstThread); in moveEffects() 4505 AudioFlinger::PlaybackThread *srcThread, in moveEffectChain_l() argument 4510 sessionId, srcThread, dstThread); in moveEffectChain_l() 4512 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId); in moveEffectChain_l() 4515 sessionId, srcThread); in moveEffectChain_l() 4532 srcThread->removeEffectChain_l(chain); in moveEffectChain_l() 4543 srcThread->removeEffect_l(effect); in moveEffectChain_l() [all …]
|
| D | AudioFlinger.h | 826 PlaybackThread *srcThread, 831 sp<PlaybackThread> *srcThread);
|
| D | Tracks.cpp | 1583 sp<PlaybackThread> srcThread; // srcThread is initialized by call to moveAuxEffectToIo() in attachAuxEffect() local 1585 status_t status = af->moveAuxEffectToIo(EffectId, dstThread, &srcThread); in attachAuxEffect() 1594 if (status != NO_ERROR && srcThread != nullptr) { in attachAuxEffect() 1595 af->moveAuxEffectToIo(EffectId, srcThread, &dstThread); in attachAuxEffect()
|