Searched refs:recovery (Results 1 – 17 of 17) 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 | 53 // Default passthrough implementation for recovery. Vendors can implement 54 // android.hardware.health@2.0-impl-recovery-<device> to customize the behavior 55 // of the HAL in recovery.
|
/hardware/google/pixel-sepolicy/citadel/ |
D | recovery.te | 2 allow recovery citadel_device:chr_file rw_file_perms;
|
/hardware/interfaces/health/2.1/default/ |
D | Android.bp | 50 // recovery in order to allow recovery to check battery status. 56 // Only vendor and recovery variants are allowed, not core.
|
/hardware/google/pixel/misc_writer/ |
D | Android.bp | 41 // TODO(xunchang) Remove duplicates after we convert the device specific librecovery_ui to recovery 42 // module. Then libmisc_writer can build as a vendor module available in recovery.
|
/hardware/libhardware/ |
D | Android.bp | 54 recovery: { 92 recovery: {
|
/hardware/interfaces/health/2.1/ |
D | README.md | 28 # For non-A/B devices, install default passthrough implementation to recovery. 29 PRODUCT_PACKAGES += android.hardware.health@2.1-impl.recovery 111 # For non-A/B devices, also install the passthrough implementation to recovery. 112 PRODUCT_PACKAGES += android.hardware.health@2.1-impl-<device>.recovery 155 // Install to vendor and recovery.
|
/hardware/interfaces/health/2.0/ |
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 `android.hardware.health@2.0-impl-default`, which is always installed to recovery
|
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 `android.hardware.health@2.0-impl-default`, which is always installed to recovery
|
/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 | 22 recovery: true,
|
/hardware/interfaces/fastboot/1.0/default/ |
D | Android.bp | 27 recovery: true,
|
/hardware/interfaces/fastboot/1.1/default/ |
D | Android.bp | 27 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/wifi/1.5/ |
D | IWifiChip.hal | 323 * it must call this function to attempt recovery.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 623 * was regular sensors. Sensor HAL is responsible for recovery of memory if
|