Searched refs:pOutputDeviceChangeMutex_ (Results 1 – 2 of 2) sorted by relevance
376 std::lock_guard<std::mutex> lockCbMap(pOutputDeviceChangeMutex_); in AddPreferredOutputDeviceChangeCallback()383 std::lock_guard<std::mutex> lockCbMap(pOutputDeviceChangeMutex_); in RemovePreferredOutputDeviceChangeCallback()390 std::lock_guard<std::mutex> lockCbMap(pOutputDeviceChangeMutex_); in GetPreferredOutputDeviceChangeCallbackSize()396 std::lock_guard<std::mutex> lockCbMap(pOutputDeviceChangeMutex_); in OnPreferredOutputDeviceUpdated()
148 mutable std::mutex pOutputDeviceChangeMutex_; variable