Searched refs:wakeupMutex_ (Results 1 – 5 of 5) sorted by relevance
68 std::mutex wakeupMutex_; variable
176 std::lock_guard<std::mutex> lock(wakeupMutex_); in SendPacket()277 std::lock_guard<std::mutex> lock(wakeupMutex_); in WatcherTimeout()
327 static inline std::mutex wakeupMutex_; member in OHOS::AudioStandard::AudioCapturerSourceWakeup1354 std::lock_guard<std::mutex> lock(wakeupMutex_); in Init()1382 std::lock_guard<std::mutex> lock(wakeupMutex_); in DeInit()1396 std::lock_guard<std::mutex> lock(wakeupMutex_); in Start()1413 std::lock_guard<std::mutex> lock(wakeupMutex_); in Stop()
334 std::mutex wakeupMutex_; variable
883 std::lock_guard lock(wakeupMutex_); in WakeupDevice()