Searched refs:srcRecordThread (Results 1 – 1 of 1) sorted by relevance
4535 IAfRecordThread* const srcRecordThread = checkRecordThread_l(srcIo); in moveEffects() local4537 if (srcRecordThread != nullptr || dstRecordThread != nullptr) { in moveEffects()4538 if (srcRecordThread != nullptr) { in moveEffects()4539 srcRecordThread->mutex().lock(); in moveEffects()4544 status_t ret = moveEffectChain_ll(sessionId, srcRecordThread, dstRecordThread); in moveEffects()4545 if (srcRecordThread != nullptr) { in moveEffects()4546 srcRecordThread->mutex().unlock(); in moveEffects()