Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp28 constexpr int32_t MIN_WAITING_TIME_FOR_VIBRATOR = 1200; // ms variable
410 …while (nextVibratorTime - vibrateTime > MIN_WAITING_TIME_FOR_VIBRATOR && count < MAX_WAITING_LOOP_… in StartVibrateForAVPlayer()