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