/packages/modules/Virtualization/vmbase/example/src/ |
D | exceptions.rs | 17 use vmbase::{eprintln, power::reboot, read_sysreg}; 23 reboot(); in sync_exception_current() 29 reboot(); in irq_current() 35 reboot(); in fiq_current() 42 reboot(); in serr_current() 49 reboot(); in sync_lower() 55 reboot(); in irq_lower() 61 reboot(); in fiq_lower() 68 reboot(); in serr_lower()
|
/packages/modules/Virtualization/rialto/src/ |
D | exceptions.rs | 23 power::reboot, 46 reboot() in sync_exception_current() 53 reboot(); in irq_current() 59 reboot(); in fiq_current() 66 reboot(); in serr_current() 73 reboot(); in sync_lower() 79 reboot(); in irq_lower() 85 reboot(); in fiq_lower() 92 reboot(); in serr_lower()
|
/packages/modules/Virtualization/pvmfw/src/ |
D | exceptions.rs | 22 power::reboot, 45 reboot() in sync_exception_current() 52 reboot(); in irq_current() 58 reboot(); in fiq_current() 66 reboot(); in serr_current() 74 reboot(); in sync_lower() 80 reboot(); in irq_lower() 86 reboot(); in fiq_lower() 94 reboot(); in serr_lower()
|
/packages/modules/ConfigInfrastructure/service/ |
D | flags.aconfig | 7 description: "If enabled, a notification appears when flags are staged to be applied on reboot." 13 description: "This flag controls enabling the unattended reboot feature for applying flags." 20 description: "This flag controls enabling sim pin replay for unattended reboot." 27 description: "This flags controls allowing devices to configure the reboot window and frequency." 34 description: "This flags controls allowing devices to configure reboot to require charging."
|
/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/ |
D | SdkExtensionsHostTest.java | 104 reboot(); in upgradeOneApexWithBump() 119 reboot(); in upgradeOneApex() 128 reboot(); in upgradeTwoApexes() 305 boolean reboot = false; in uninstallApexes() 310 reboot |= res == null; in uninstallApexes() 312 if (reboot) { in uninstallApexes() 313 reboot(); in uninstallApexes() 319 private void reboot() throws Exception { in reboot() method in SdkExtensionsHostTest 320 getDevice().reboot(); in reboot()
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/src/com/android/tests/sdksandbox/host/ |
D | SdkSandboxSmallModuleHostTest.java | 93 getDevice().reboot(); in testSmallModuleCanBeInstalled() 106 getDevice().reboot(); in testSmallModuleCanBeInstalled_andThenUpdatedToFullModule() 109 getDevice().reboot(); in testSmallModuleCanBeInstalled_andThenUpdatedToFullModule() 141 getDevice().reboot(); in installSmallModule() 163 getDevice().reboot(); in removeUpdatedApexIfNecessary()
|
/packages/modules/Virtualization/vmbase/ |
D | README.md | 13 - Functions to shutdown or reboot the VM. 69 You can also shutdown the VM by calling `vmbase::power::shutdown` or 'reboot' by calling 70 `vmbase::power::reboot`. Either will cause crosvm to terminate the VM, but by convention we use 71 shutdown to indicate that the VM has finished cleanly, and reboot to indicate an error condition. 76 must use the C ABI, and have the expected names. For example, to log sync exceptions and reboot: 79 use vmbase::{console::emergency_write_str, power::reboot}; 90 reboot();
|
/packages/modules/Virtualization/vmbase/src/ |
D | lib.rs | 41 use power::reboot; 46 reboot() in panic()
|
D | entry.rs | 20 power::{reboot, shutdown}, 61 reboot() in rust_entry()
|
D | power.rs | 34 pub fn reboot() -> ! { in reboot() function
|
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/remotedpm/ |
D | RemoteDevicePolicyManagerServiceImpl.java | 38 public void reboot(ComponentName admin) { in reboot() method in RemoteDevicePolicyManagerServiceImpl 41 mDpm.reboot(admin); in reboot()
|
D | LocalDevicePolicyManager.java | 52 public void reboot() { in reboot() method in LocalDevicePolicyManager 54 mDpm.reboot(mAdmin); in reboot()
|
D | RemoteDevicePolicyManager.java | 136 public void reboot() { in reboot() method in RemoteDevicePolicyManager 137 run(remotedpm -> remotedpm.reboot(mAdmin), "reboot(%s)", mAdmin); in reboot()
|
D | DevicePolicyManagerInterface.java | 27 void reboot(); in reboot() method
|
D | IRemoteDevicePolicyManager.aidl | 9 void reboot(in ComponentName admin); in reboot() method
|
/packages/modules/Connectivity/netbpfload/ |
D | netbpfload.rc | 45 # recovery is a full kernel reboot. 71 # 2. comment out 'reboot_on_failure reboot,bpfloader-failed' below 72 # 3. rebuild/reflash/reboot 77 …# $ adb reboot; sleep 1; adb wait-for-device; adb root; sleep 1; adb wait-for-device; adb logcat… 87 reboot_on_failure reboot,netbpfload-missing
|
/packages/modules/common/java/com/android/modules/testing/utils/ |
D | ApexInstallHelper.java | 135 mSystemPreparer.reboot(); in pushApexAndReboot() 150 mSystemPreparer.reboot(); in installApexAndReboot()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | DisableDevSettingsDialogFragment.java | 91 pm.reboot(null); in onClick() 101 pm.reboot(null); in onClick()
|
/packages/modules/Connectivity/nearby/ |
D | README.md | 56 $ adb reboot 65 $ adb reboot 86 4. adb reboot
|
/packages/modules/NetworkStack/ |
D | TEST_MAPPING | 5 // so in theory the infra would not need to reinstall/reboot devices to run both. 45 // so in theory the infra would not need to reinstall/reboot devices to run both.
|
/packages/modules/Connectivity/tools/ |
D | aospify_device.sh | 130 $ADB_CMD reboot 176 $ADB_CMD reboot
|
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/ |
D | DpcActivity.java | 79 mRebootButton = findViewById(R.id.reboot); in onCreate() 100 mDoInterface.reboot(); in uiReboot()
|
/packages/modules/Connectivity/netbpfload/initrc-doc/ |
D | bpfloader-sdk34-14-U-QPR2.rc | 10 reboot_on_failure reboot,bpfloader-failed
|
D | bpfloader-sdk30-11-R.rc | 10 reboot_on_failure reboot,bpfloader-failed
|
D | bpfloader-sdk34-14-U.rc | 10 reboot_on_failure reboot,bpfloader-failed
|