Searched refs:sinkMapMutex_ (Results 1 – 2 of 2) sorted by relevance
44 std::lock_guard<std::mutex> lock(sinkMapMutex_); in RemoveSinkScreenInfo()52 std::lock_guard<std::mutex> lock(sinkMapMutex_); in UpdateSinkScreenInfo()70 std::lock_guard<std::mutex> lock(sinkMapMutex_); in GetSinkScreenInfo()82 std::lock_guard<std::mutex> lock(sinkMapMutex_); in GetAllSinkScreenInfo()
87 std::mutex sinkMapMutex_; variable