Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp592 auto shutdown_timeout_final = android::base::GetUintProperty("ro.build.shutdown_timeout", in DoReboot() local
594 if (is_thermal_shutdown && shutdown_timeout_final > max_thermal_shutdown_timeout) { in DoReboot()
595 shutdown_timeout_final = max_thermal_shutdown_timeout; in DoReboot()
597 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()