Searched refs:device (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/ |
D | README.md | 19 # Running the tests on device. 23 # 32-bit device 27 # Or 64-bit device 37 - Execute the test on an A/B device first. The test should fail but it will log 40 - Reboot the device immediately and run the test again. The test should save the 56 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or 66 valid system image on device). 70 ### `adb devices` doesn't show the device. 88 If `adbd` service has been started but device not shown under `adb devices`, use `lsusb(8)` (on 89 host) to check if the device is visible to the host. [all …]
|
D | mounts.cpp | 33 std::string device; member 55 v->device = e->mnt_fsname; in scan_mounted_volumes()
|
D | Android.mk | 74 device.cpp \
|
/bootable/recovery/boot_control/ |
D | boot_control.cpp | 220 std::string device = get_bootloader_message_blk_device(&err); in BootControl_lazyInitialization() local 221 if (device.empty()) return false; in BootControl_lazyInitialization() 224 if (!LoadBootloaderControl(device.c_str(), &boot_ctrl)) return false; in BootControl_lazyInitialization() 227 module->misc_device = strdup(device.c_str()); in BootControl_lazyInitialization() 237 UpdateAndSaveBootloaderControl(device.c_str(), &boot_ctrl); in BootControl_lazyInitialization() 363 hw_device_t** device __unused) { in BootControl_open()
|
/bootable/recovery/minadbd/ |
D | Android.mk | 43 LOCAL_COMPATIBILITY_SUITE := device-tests
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 7 2. Install the app on the device (or emulator) with the intended dpi. 22 file from the device.
|
/bootable/recovery/tests/component/ |
D | install_test.cpp | 215 std::string device = android::base::GetProperty("ro.product.device", ""); in VerifyAbUpdateBinaryCommand() local 216 ASSERT_NE("", device); in VerifyAbUpdateBinaryCommand() 220 std::vector<std::string> meta{ "ota-type=AB", "pre-device=" + device, in VerifyAbUpdateBinaryCommand() 313 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local 314 ASSERT_NE("", device); in TEST() 319 "ota-type=AB", "pre-device=" + device, "post-timestamp=" + timestamp, in TEST()
|
/bootable/recovery/tests/ |
D | Android.mk | 23 LOCAL_COMPATIBILITY_SUITE := device-tests 103 LOCAL_COMPATIBILITY_SUITE := device-tests
|