OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_reboot
(Results
1 - 12
of
12
) sorted by null
/system/core/include/cutils/
android_reboot.h
30
int
android_reboot
(int cmd, int flags, char *arg);
/system/core/libcutils/
android_reboot.c
25
#include <cutils/
android_reboot
.h>
104
int
android_reboot
(int cmd, int flags, char *arg)
function
Android.mk
107
android_reboot
.c \
/system/extras/ext4_utils/
setup_fs.c
7
#include <cutils/
android_reboot
.h>
81
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/system/core/reboot/
reboot.c
21
#include <cutils/
android_reboot
.h>
/system/core/init/
signal_handler.c
26
#include <cutils/
android_reboot
.h>
100
android_reboot
(ANDROID_RB_RESTART2, 0, "recovery");
builtins.c
35
#include <cutils/
android_reboot
.h>
648
return
android_reboot
(cmd, 0, reboot_target);
init.c
42
#include <cutils/
android_reboot
.h>
951
android_reboot
(ANDROID_RB_RESTART2, 0, "recovery");
/system/core/toolbox/
wipe.c
8
#include <cutils/
android_reboot
.h>
66
ret =
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/bootable/recovery/
ui.cpp
31
#include <cutils/
android_reboot
.h>
149
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/system/core/charger/
charger.c
38
#include <cutils/
android_reboot
.h>
839
android_reboot
(ANDROID_RB_RESTART, 0, 0);
876
android_reboot
(ANDROID_RB_POWEROFF, 0, 0);
/system/core/adb/
services.c
37
# include <cutils/
android_reboot
.h>
Completed in 101 milliseconds