Searched refs:srcRecordThread (Results 1 – 1 of 1) sorted by relevance
4724 IAfRecordThread* const srcRecordThread = checkRecordThread_l(srcIo); in moveEffects() local4726 if (srcRecordThread != nullptr || dstRecordThread != nullptr) { in moveEffects()4727 if (srcRecordThread != nullptr) { in moveEffects()4728 srcRecordThread->mutex().lock(); in moveEffects()4733 status_t ret = moveEffectChain_ll(sessionId, srcRecordThread, dstRecordThread); in moveEffects()4734 if (srcRecordThread != nullptr) { in moveEffects()4735 srcRecordThread->mutex().unlock(); in moveEffects()