Searched refs:vibratorThreadMutex_ (Results 1 – 2 of 2) sorted by relevance
333 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()
116 std::mutex vibratorThreadMutex_; variable