Home
last modified time | relevance | path

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

/system/core/init/
Dreboot_utils.cpp82 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()
Dreboot_utils.h31 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& reboot_target);
Dreboot.cpp386 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()