Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 102) sorted by relevance

12345

/packages/modules/Virtualization/vmbase/example/src/
Dexceptions.rs17 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/
Dexceptions.rs23 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/
Dexceptions.rs22 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/
Dflags.aconfig7 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/
DSdkExtensionsHostTest.java104 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/
DSdkSandboxSmallModuleHostTest.java93 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/
DREADME.md13 - 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/
Dlib.rs41 use power::reboot;
46 reboot() in panic()
Dentry.rs20 power::{reboot, shutdown},
61 reboot() in rust_entry()
Dpower.rs34 pub fn reboot() -> ! { in reboot() function
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/remotedpm/
DRemoteDevicePolicyManagerServiceImpl.java38 public void reboot(ComponentName admin) { in reboot() method in RemoteDevicePolicyManagerServiceImpl
41 mDpm.reboot(admin); in reboot()
DLocalDevicePolicyManager.java52 public void reboot() { in reboot() method in LocalDevicePolicyManager
54 mDpm.reboot(mAdmin); in reboot()
DRemoteDevicePolicyManager.java136 public void reboot() { in reboot() method in RemoteDevicePolicyManager
137 run(remotedpm -> remotedpm.reboot(mAdmin), "reboot(%s)", mAdmin); in reboot()
DDevicePolicyManagerInterface.java27 void reboot(); in reboot() method
DIRemoteDevicePolicyManager.aidl9 void reboot(in ComponentName admin); in reboot() method
/packages/modules/Connectivity/netbpfload/
Dnetbpfload.rc45 # 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/
DApexInstallHelper.java135 mSystemPreparer.reboot(); in pushApexAndReboot()
150 mSystemPreparer.reboot(); in installApexAndReboot()
/packages/apps/Settings/src/com/android/settings/development/
DDisableDevSettingsDialogFragment.java91 pm.reboot(null); in onClick()
101 pm.reboot(null); in onClick()
/packages/modules/Connectivity/nearby/
DREADME.md56 $ adb reboot
65 $ adb reboot
86 4. adb reboot
/packages/modules/NetworkStack/
DTEST_MAPPING5 // 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/
Daospify_device.sh130 $ADB_CMD reboot
176 $ADB_CMD reboot
/packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/
DDpcActivity.java79 mRebootButton = findViewById(R.id.reboot); in onCreate()
100 mDoInterface.reboot(); in uiReboot()
/packages/modules/Connectivity/netbpfload/initrc-doc/
Dbpfloader-sdk34-14-U-QPR2.rc10 reboot_on_failure reboot,bpfloader-failed
Dbpfloader-sdk30-11-R.rc10 reboot_on_failure reboot,bpfloader-failed
Dbpfloader-sdk34-14-U.rc10 reboot_on_failure reboot,bpfloader-failed

12345