Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp363 auto shutdown_timeout_final = android::base::GetUintProperty("ro.build.shutdown_timeout", in DoReboot() local
365 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()