Searched refs:MAX_VIBRATOR_COUNT (Results 1 – 1 of 1) sorted by relevance
54 constexpr int32_t MAX_VIBRATOR_COUNT = 1000; variable376 …if ((count < MIN_VIBRATOR_COUNT) || (count > MAX_VIBRATOR_COUNT) || (usage >= USAGE_MAX) || (usage… in PlayVibratorEffect()