Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/audio_haptic/include/
H A Daudio_haptic_vibrator.h41 static std::mutex createVibratorMutex_;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp73 std::mutex AudioHapticVibrator::createVibratorMutex_; member in OHOS::Media::AudioHapticVibrator
78 std::lock_guard<std::mutex> lock(createVibratorMutex_); in CreateAudioHapticVibrator()