Searched refs:capturerStateChangeMutex_ (Results 1 – 2 of 2) sorted by relevance
577 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in AddCapturerStateChangeCallback()584 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in RemoveCapturerStateChangeCallback()591 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in GetCapturerStateChangeCallbackSize()600 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in OnCapturerStateChange()
147 mutable std::mutex capturerStateChangeMutex_; variable