Searched refs:RebootSystem (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | reboot_utils.cpp | 82 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& rebootTarget) { in RebootSystem() function 122 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot() 128 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot() 147 RebootSystem(ANDROID_RB_RESTART2, init_fatal_reboot_target); in InitFatalReboot()
|
D | reboot_utils.h | 31 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& reboot_target);
|
D | reboot.cpp | 386 RebootSystem(cmd, reboot_target); in RebootMonitorThread() 589 RebootSystem(cmd, reboot_target); in DoReboot() 617 RebootSystem(cmd, reboot_target); in DoReboot() 735 RebootSystem(cmd, reboot_target); in DoReboot() 871 RebootSystem(ANDROID_RB_RESTART2, "userspace_failed,watchdog_triggered,failed_to_start"); in UserspaceRebootWatchdogThread() 882 RebootSystem(ANDROID_RB_RESTART2, "userspace_failed,watchdog_triggered,failed_to_boot"); in UserspaceRebootWatchdogThread()
|