Searched refs:android_reboot (Results 1 – 7 of 7) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | android_reboot.h | 40 int android_reboot(unsigned cmd, int flags, const char* arg);
|
/system/core/libcutils/include/cutils/ |
D | android_reboot.h | 40 int android_reboot(unsigned cmd, int flags, const char* arg);
|
/system/core/init/ |
D | boringssl_self_test.cpp | 39 int result = android_reboot(ANDROID_RB_RESTART2, 0, in StartBoringSslSelfTest()
|
/system/core/libcutils/ |
D | android_reboot.cpp | 26 int android_reboot(unsigned cmd, int /*flags*/, const char* arg) { in android_reboot() function
|
D | Android.bp | 104 "android_reboot.cpp",
|
/system/apex/apexd/ |
D | apexd_utils.h | 183 if (android_reboot(ANDROID_RB_RESTART2, 0, nullptr) != 0) { in Reboot()
|
/system/vold/ |
D | Checkpoint.cpp | 221 android_reboot(ANDROID_RB_RESTART2, 0, message.c_str()); in cp_abortChanges()
|