HomeSort by relevance Sort by last modified time
    Searched defs:reboot (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/unistd/
reboot.c 29 #include <sys/reboot.h>
31 int reboot (int mode) function
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 79 public void reboot(String arg0) throws RemoteException { method in class:BridgePowerManager
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 57 * Reboot the device.
59 * @param into which bootloader to boot into. Null means default reboot.
61 void reboot(@Nullable String into); method in interface:IChimpDevice
  /development/ide/emacs/
android-host.el 36 ;; C-x a b android-adb-shell-reboot-bootloader
59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader)
78 (defun android-adb-shell-reboot-bootloader ()
79 "Execute 'adb shell reboot bootloader'."
81 (android-adb-shell-command "reboot bootloader"))
  /frameworks/base/core/java/android/os/
PowerManager.java 547 * Reboot the device. Will not return if the reboot is
548 * successful. Requires the {@link android.Manifest.permission#REBOOT}
554 public void reboot(String reason) method in class:PowerManager
557 mService.reboot(reason);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 759 * Reboot the device.
761 * @param into what to reboot into (recovery, bootloader). Or null to just reboot.
766 public static void reboot(String into, InetSocketAddress adbSockAddr, method in class:AdbHelper
770 request = formAdbRequest("reboot:"); //$NON-NLS-1$
772 request = formAdbRequest("reboot:" + into); //$NON-NLS-1$
IDevice.java 489 * Reboot the device.
491 * @param into the bootloader name to reboot into, or null to just reboot the device.
496 public void reboot(String into) method in interface:IDevice
Device.java 759 * @see com.android.ddmlib.IDevice#reboot()
762 public void reboot(String into) method in class:Device
764 AdbHelper.reboot(into, AndroidDebugBridge.getSocketAddress(), this);
  /bootable/bootloader/legacy/arch_msm7k/
shared.c 174 void reboot(void) function
  /external/dhcpcd/
if-options.h 91 time_t reboot; member in struct:if_options
  /frameworks/base/services/java/com/android/server/pm/
ShutdownThread.java 178 public static void reboot(final Context context, String reason, boolean confirm) { method in class:ShutdownThread
186 * Request a reboot into safe mode. Must be called from a Looper thread in which its UI
481 * Do not call this directly. Use {@link #reboot(Context, String, boolean)}
484 * @param reboot true to reboot or false to shutdown
485 * @param reason reason for reboot
487 public static void rebootOrShutdown(boolean reboot, String reason) {
488 if (reboot) {
493 Log.e(TAG, "Reboot failed, will attempt shutdown instead", e);
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 370 public void reboot(String into) { method in class:AdbChimpDevice
372 device.reboot(into);
374 LOG.log(Level.SEVERE, "Unable to reboot device", e);
376 LOG.log(Level.SEVERE, "Unable to reboot device", e);
378 LOG.log(Level.SEVERE, "Unable to reboot device", e);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 222 argDocs = { "the bootloader to reboot into: bootloader, recovery, or None"})
223 public void reboot(PyObject[] args, String[] kws) { method in class:MonkeyDevice
229 impl.reboot(into);
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 197 LONG reboot; member in struct:linux_romvec
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 197 LONG reboot; member in struct:linux_romvec
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 195 LONG reboot; /* Reboot the machine. */ member in struct:linux_romvec
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
sgiarcs.h 197 LONG reboot; member in struct:linux_romvec
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
sgiarcs.h 197 LONG reboot; member in struct:linux_romvec
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 717 * Low-level function to reboot the device.
720 * @throws IOException if reboot fails for some reason (eg, lack of
2777 public void reboot(String reason) method
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1089 milliseconds

1 2