Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp362 constexpr unsigned int max_thermal_shutdown_timeout = 3; in DoReboot() local
365 if (is_thermal_shutdown && shutdown_timeout_final > max_thermal_shutdown_timeout) { in DoReboot()
366 shutdown_timeout_final = max_thermal_shutdown_timeout; in DoReboot()