Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dandroid_reboot.h33 int android_reboot_with_callback(
/system/core/libcutils/
Dandroid_reboot.c212 int android_reboot_with_callback( in android_reboot_with_callback() function
241 return android_reboot_with_callback(cmd, flags, arg, NULL); in android_reboot()
/system/core/init/
Dbuiltins.cpp763 return android_reboot_with_callback(cmd, 0, reboot_target, in do_powerctl()