Searched refs:activeSessionId_ (Results 1 – 1 of 1) sorted by relevance
53 std::atomic<int32_t> activeSessionId_(-1); variable220 if (activeSessionId_.load() < 0) { in GetRunningScreenCaptureInstancePid()298 currentSessionId = activeSessionId_.load(); in ReportAVScreenCaptureUserChoice()313 activeSessionId_.store(SESSION_ID_INVALID); in ReportAVScreenCaptureUserChoice()1177 activeSessionId_.store(sessionId_); in PostStartScreenCapture()1370 currentSessionId = activeSessionId_.load(); in SystemRecorderInterruptLatestRecorder()1377 if (latestServer != nullptr && sessionId_ != activeSessionId_.load()) { in SystemRecorderInterruptLatestRecorder()1384 activeSessionId_.store(SESSION_ID_INVALID); in SystemRecorderInterruptLatestRecorder()2598 activeSessionId_.load()); in PostStopScreenCapture()2599 if (sessionId_ == activeSessionId_.load()) { in PostStopScreenCapture()[all …]