Searched refs:captureOutputSetsMutex_ (Results 1 – 2 of 2) sorted by relevance
845 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in InsertOutputIntoSet()1034 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in RemoveOutputFromSet()1328 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in OnSettingUpdated()1354 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in OnResultReceived()3714 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in CanSetFrameRateRangeForOutput()6093 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in StartVideoOutput()6110 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in StopVideoOutput()
1919 std::mutex captureOutputSetsMutex_; variable