Home
last modified time | relevance | path

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

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