Home
last modified time | relevance | path

Searched refs:wakeupMutex_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.h68 std::mutex wakeupMutex_; variable
H A Dvendor_interface.cpp176 std::lock_guard<std::mutex> lock(wakeupMutex_); in SendPacket()
277 std::lock_guard<std::mutex> lock(wakeupMutex_); in WatcherTimeout()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp327 static inline std::mutex wakeupMutex_; member in OHOS::AudioStandard::AudioCapturerSourceWakeup
1354 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()
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h334 std::mutex wakeupMutex_; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp883 std::lock_guard lock(wakeupMutex_); in WakeupDevice()