Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp64 static constexpr int32_t TEMP_LOWER_BOUND = 5000; variable
322 } else if (usbTemp < TEMP_LOWER_BOUND) { in on()
/device/google/bramble/vibrator/drv2624/
DVibrator.cpp140 static constexpr int32_t TEMP_LOWER_BOUND = 5000; variable
473 } else if (temperature < TEMP_LOWER_BOUND) { in on()
/device/google/barbet/vibrator/drv2624/
DVibrator.cpp143 static constexpr int32_t TEMP_LOWER_BOUND = 5000; variable
478 } else if (temperature < TEMP_LOWER_BOUND) { in on()
/device/google/redfin/vibrator/drv2624/
DVibrator.cpp140 static constexpr int32_t TEMP_LOWER_BOUND = 5000; variable
509 } else if (temperature < TEMP_LOWER_BOUND) { in on()