Home
last modified time | relevance | path

Searched refs:vibratorThreadMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp333 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in Vibrate()
348 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in StopVibrator()
401 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in PlayVibratorEffect()
443 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in StopVibrator()
529 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in PlayVibratorCustom()
671 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in PlayPattern()
685 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in PlayPattern()
761 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in ProcessDeathObserver()
877 std::lock_guard<std::mutex> lock(vibratorThreadMutex_); in PlayPrimitiveEffect()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_service.h116 std::mutex vibratorThreadMutex_; variable