OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_reboot
(Results
1 - 13
of
13
) sorted by null
/system/core/toolbox/
reboot.c
4
#include <cutils/
android_reboot
.h>
47
ret =
android_reboot
(ANDROID_RB_POWEROFF, flags, 0);
49
ret =
android_reboot
(ANDROID_RB_RESTART2, flags, argv[optind]);
51
ret =
android_reboot
(ANDROID_RB_RESTART, flags, 0);
wipe.c
8
#include <cutils/
android_reboot
.h>
66
ret =
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/system/core/include/cutils/
android_reboot.h
31
int
android_reboot
(int cmd, int flags, char *arg);
/system/extras/ext4_utils/
setup_fs.c
7
#include <cutils/
android_reboot
.h>
81
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/system/core/init/
signal_handler.c
26
#include <cutils/
android_reboot
.h>
99
android_reboot
(ANDROID_RB_RESTART2, 0, "recovery");
/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
120
android_reboot
.c \
/frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp
33
#include <cutils/
android_reboot
.h>
196
android_reboot
(ANDROID_RB_POWEROFF, 0, 0);
201
android_reboot
(ANDROID_RB_RESTART, 0, 0);
204
android_reboot
(ANDROID_RB_RESTART2, 0, (char *) chars);
/bootable/recovery/
ui.cpp
31
#include <cutils/
android_reboot
.h>
134
android_reboot
(ANDROID_RB_RESTART, 0, 0);
recovery.cpp
35
#include "cutils/
android_reboot
.h"
882
android_reboot
(ANDROID_RB_RESTART, 0, 0);
/system/core/adb/
services.c
36
# include <cutils/
android_reboot
.h>
185
ret =
android_reboot
(ANDROID_RB_RESTART2, 0, (char *) arg);
/system/core/charger/
charger.c
37
#include <cutils/
android_reboot
.h>
817
android_reboot
(ANDROID_RB_RESTART, 0, 0);
851
android_reboot
(ANDROID_RB_POWEROFF, 0, 0);
/system/vold/
cryptfs.c
38
#include <cutils/
android_reboot
.h>
44
#include "cutils/
android_reboot
.h"
[
all
...]
Completed in 1381 milliseconds