Searched refs:MIN_DELAY (Results 1 – 8 of 8) sorted by relevance
27 constexpr int32_t MIN_DELAY = 5000; variable190 auto delay = MIN_DELAY; in CalcNextDelayInternal()
26 constexpr int32_t MIN_DELAY { -1 }; variable169 auto delay = MIN_DELAY; in CalcNextDelayInternal()
45 constexpr int32_t MIN_DELAY = 10; variable101 sensorInfo.minDelay = MIN_DELAY + sensorId; in GetAllSensorInfo()
25 constexpr int32_t MIN_DELAY { 0 }; variable159 if (delay < MIN_DELAY || delay > MAX_DELAY) { in SetKeyDownDuration()
33 constexpr int32_t MIN_DELAY { -1 }; variable249 int64_t delayTime = MIN_DELAY; in CalcNextDelayInternal()
28 constexpr int32_t MIN_DELAY = 5000; variable161 ASSERT_EQ(res, MIN_DELAY);
47 constexpr int32_t MIN_DELAY { 0 }; variable1770 if (delay < MIN_DELAY || delay > MAX_DELAY) { in SetKeyDownDuration()