/system/core/reboot/ |
D | Android.mk | 6 LOCAL_SRC_FILES := reboot.c 10 LOCAL_MODULE := reboot
|
/system/nativepower/daemon/ |
D | power_manager_unittest.cc | 143 EXPECT_EQ(OK, interface_->reboot(false, String16(), false)); in TEST_F() 147 EXPECT_EQ(OK, interface_->reboot(false, String16(kRebootReasonRecovery), in TEST_F() 154 EXPECT_EQ(BAD_VALUE, interface_->reboot(false, String16("foo"), false)); in TEST_F()
|
D | power_manager.h | 86 status_t reboot(bool confirm, const String16& reason, bool wait) override;
|
D | BnPowerManager.cc | 79 return reboot(confirm, reason, wait); in onTransact()
|
D | power_manager_stub.cc | 122 status_t PowerManagerStub::reboot(bool confirm, in reboot() function in android::PowerManagerStub
|
D | power_manager.cc | 126 status_t PowerManager::reboot(bool confirm, const String16& reason, bool wait) { in reboot() function in android::PowerManager
|
/system/core/libcutils/ |
D | android_reboot.c | 220 ret = reboot(RB_AUTOBOOT); in android_reboot_with_callback() 224 ret = reboot(RB_POWER_OFF); in android_reboot_with_callback()
|
/system/core/ |
D | CleanSpec.mk | 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
|
/system/sepolicy/ |
D | uncrypt.te | 25 # Set a property to reboot the device.
|
D | kernel.te | 36 # Init reboot before switching selinux domains under certain error
|
/system/nativepower/include/nativepower/ |
D | power_manager_stub.h | 90 status_t reboot(bool confirm, const String16& reason, bool wait) override;
|
/system/nativepower/client/ |
D | power_manager_client.cc | 123 status_t status = power_manager_->reboot(false /* confirm */, in Reboot()
|
/system/vold/ |
D | cryptfs.c | 442 enum RebootType {reboot, recovery, shutdown}; enumerator 446 case reboot: in cryptfs_reboot() 1718 cryptfs_reboot(reboot); 2916 cryptfs_reboot(reboot); 3166 cryptfs_reboot(reboot); 3253 cryptfs_reboot(reboot); 3299 cryptfs_reboot(reboot);
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 225 adb reboot
|
/system/update_engine/ |
D | update_engine_client.cc | 238 DEFINE_bool(reboot, false, "Initiate a reboot if needed."); in ProcessFlags()
|
/system/core/init/ |
D | perfboot.py | 361 device.reboot()
|
D | readme.txt | 120 four minutes, the device will reboot into recovery mode. 470 This command will cause the device to reboot. After the device is rebooted and 500 adb reboot bootloader
|
/system/core/liblog/ |
D | README | 125 reboot.
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 139 "reboot" Reboot the device. 141 "reboot-bootloader" Reboot back into the bootloader.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 25571 // If the platform hierarchy has already been disabled, only a reboot 27471 A value of zero indicates that a reboot is required. 28082 able to resume normal operations without a reboot, it will set the hash algorithm of the next block… 28083 TPM_ALG_NULL and return TPM_RC_SUCCESS. If a reboot is required, the TPM shall return
|
D | raw_commands_fixed.txt | 25582 // If the platform hierarchy has already been disabled, only a reboot 27482 A value of zero indicates that a reboot is required. 28093 able to resume normal operations without a reboot, it will set the hash algorithm of the next block… 28094 TPM_ALG_NULL and return TPM_RC_SUCCESS. If a reboot is required, the TPM shall return
|
D | raw_structures.txt | 5273 objects is depleted and a reboot is required
|
D | raw_structures_fixed.txt | 5267 objects is depleted and a reboot is required
|