Home
last modified time | relevance | path

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

/system/core/init/
Dreboot_utils.cpp109 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& rebootTarget) { in RebootSystem() function
149 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot()
155 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot()
174 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot()
Dreboot_utils.h32 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& reboot_target);
Dreboot.cpp385 RebootSystem(cmd, reboot_target); in RebootMonitorThread()
605 RebootSystem(cmd, reboot_target); in DoReboot()
633 RebootSystem(cmd, reboot_target); in DoReboot()
754 RebootSystem(cmd, reboot_target); in DoReboot()
907 RebootSystem(ANDROID_RB_RESTART2, "userspace_failed,watchdog_triggered,failed_to_start"); in UserspaceRebootWatchdogThread()
918 RebootSystem(ANDROID_RB_RESTART2, "userspace_failed,watchdog_triggered,failed_to_boot"); in UserspaceRebootWatchdogThread()