Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp570 bool is_thermal_shutdown = cmd == ANDROID_RB_THERMOFF; in DoReboot() local
578 if (is_thermal_shutdown && shutdown_timeout_final > max_thermal_shutdown_timeout) { in DoReboot()
647 if (cmd == ANDROID_RB_POWEROFF || is_thermal_shutdown) { in DoReboot()
727 if (!is_thermal_shutdown) std::this_thread::sleep_for(100ms); in DoReboot()