Searched refs:recovery (Results 1 – 14 of 14) sorted by relevance
/hardware/ti/am57x/bootctrl/ |
D | bootloader_message.cpp | 199 memset(boot->recovery, 0, sizeof(boot->recovery)); in update_bootloader_message_in_struct() 202 strlcpy(boot->recovery, "recovery\n", sizeof(boot->recovery)); in update_bootloader_message_in_struct() 204 strlcat(boot->recovery, s.c_str(), sizeof(boot->recovery)); in update_bootloader_message_in_struct() 206 strlcat(boot->recovery, "\n", sizeof(boot->recovery)); in update_bootloader_message_in_struct()
|
D | bootloader_message.h | 66 char recovery[768]; member
|
/hardware/interfaces/health/2.0/default/ |
D | Android.bp | 44 // Default passthrough implementation for recovery. Vendors can implement 45 // [email protected]recovery-<device> to customize the behavior 46 // of the HAL in recovery.
|
/hardware/libhardware/ |
D | Android.bp | 24 recovery: { 61 recovery: {
|
/hardware/interfaces/health/2.1/default/ |
D | Android.bp | 41 // recovery in order to allow recovery to check battery status. 47 // Only vendor and recovery variants are allowed, not core.
|
/hardware/google/pixel/misc_writer/ |
D | Android.bp | 37 // TODO(xunchang) Remove duplicates after we convert the device specific librecovery_ui to recovery 38 // module. Then libmisc_writer can build as a vendor module available in recovery.
|
/hardware/interfaces/health/2.1/ |
D | README.md | 28 # For non-A/B devices, install default passthrough implementation to recovery. 29 PRODUCT_PACKAGES += [email protected].recovery 111 # For non-A/B devices, also install the passthrough implementation to recovery. 112 PRODUCT_PACKAGES += [email protected]<device>.recovery 155 // Install to vendor and recovery.
|
/hardware/interfaces/health/2.0/ |
D | README.md | 131 1. Implementing health HAL in recovery. The health HAL is used for battery 133 implemented in recovery, `is_battery_ok()` will always return `true`. 137 `[email protected]`, which is always installed to recovery
|
D | README | 131 1. Implementing health HAL in recovery. The health HAL is used for battery 133 implemented in recovery, `is_battery_ok()` will always return `true`. 137 `[email protected]`, which is always installed to recovery
|
/hardware/interfaces/fastboot/1.0/default/ |
D | Android.bp | 18 recovery: true,
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssCallback.hal | 46 * with GNSS HAL operation, for example, to assist with time to first fix, error recovery, or to 51 * information independence for situations such as error recovery.
|
/hardware/google/pixel/fastboot/ |
D | Android.bp | 18 recovery: true,
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssCallback.hal | 60 * with GNSS HAL operation, for example, to assist with time to first fix, error recovery, or to 65 * information independence for situations such as error recovery.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 623 * was regular sensors. Sensor HAL is responsible for recovery of memory if
|