Searched refs:MIN_WAITING_TIME_FOR_VIBRATOR (Results 1 – 1 of 1) sorted by relevance
28 constexpr int32_t MIN_WAITING_TIME_FOR_VIBRATOR = 1200; // ms variable410 …while (nextVibratorTime - vibrateTime > MIN_WAITING_TIME_FOR_VIBRATOR && count < MAX_WAITING_LOOP_… in StartVibrateForAVPlayer()