Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp324 unsigned int remaining_shutdown_time = 0; in RebootMonitorThread() local
331 remaining_shutdown_time = shutdown_watchdog_timeout + shutdown_timeout.count() / 1000; in RebootMonitorThread()
347 shutdown_timeout_timespec.tv_sec += remaining_shutdown_time; in RebootMonitorThread()
398 remaining_shutdown_time = in RebootMonitorThread()
401 LOG(INFO) << "remaining_shutdown_time: " << remaining_shutdown_time; in RebootMonitorThread()