Home
last modified time | relevance | path

Searched refs:MAX_VIBRATOR_TIME (Results 1 - 2 of 2) sorted by relevance

/base/sensors/miscdevice/test/fuzztest/vibrator/startvibratoronce_fuzzer/
H A Dstartvibratoronce_fuzzer.cpp25 constexpr int32_t MAX_VIBRATOR_TIME = 1800000; member
35 if (((duration <= MIN_VIBRATOR_TIME || duration > MAX_VIBRATOR_TIME) && ret == 0) || in StartVibratorOnceFuzzTest()
36 ((duration > MIN_VIBRATOR_TIME && duration <= MAX_VIBRATOR_TIME) && ret != 0)) { in StartVibratorOnceFuzzTest()
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp52 constexpr int32_t MAX_VIBRATOR_TIME = 1800000; member
318 if ((timeOut <= MIN_VIBRATOR_TIME) || (timeOut > MAX_VIBRATOR_TIME) in Vibrate()

Completed in 2 milliseconds