Searched refs:createVibratorMutex_ (Results 1 – 2 of 2) sorted by relevance
41 static std::mutex createVibratorMutex_;
73 std::mutex AudioHapticVibrator::createVibratorMutex_; member in OHOS::Media::AudioHapticVibrator78 std::lock_guard<std::mutex> lock(createVibratorMutex_); in CreateAudioHapticVibrator()