Searched refs:shutdown_timeout_final (Results 1 – 1 of 1) sorted by relevance
624 auto shutdown_timeout_final = android::base::GetUintProperty("ro.build.shutdown_timeout", in DoReboot() local626 if (is_thermal_shutdown && shutdown_timeout_final > max_thermal_shutdown_timeout) { in DoReboot()627 shutdown_timeout_final = max_thermal_shutdown_timeout; in DoReboot()629 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()