Searched refs:srcRecordThread (Results 1 – 1 of 1) sorted by relevance
4711 IAfRecordThread* const srcRecordThread = checkRecordThread_l(srcIo); in moveEffects() local4713 if (srcRecordThread != nullptr || dstRecordThread != nullptr) { in moveEffects()4714 if (srcRecordThread != nullptr) { in moveEffects()4715 srcRecordThread->mutex().lock(); in moveEffects()4720 status_t ret = moveEffectChain_ll(sessionId, srcRecordThread, dstRecordThread); in moveEffects()4721 if (srcRecordThread != nullptr) { in moveEffects()4722 srcRecordThread->mutex().unlock(); in moveEffects()