Searched refs:recovery (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/boot/1.0/default/ |
D | Android.mk | 9 LOCAL_MODULE := android.hardware.boot@1.0-impl-wrapper.recovery 20 libbase.recovery \ 21 liblog.recovery \ 22 libhidlbase.recovery \ 23 libhidltransport.recovery \ 24 libhardware.recovery \ 25 libutils.recovery \ 26 android.hardware.boot@1.0.recovery
|
/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 | 42 // Default passthrough implementation for recovery. Vendors can implement 43 // android.hardware.health@2.0-impl-recovery-<device> to customize the behavior 44 // of the HAL in recovery.
|
/hardware/libhardware/ |
D | Android.bp | 22 recovery: { 58 recovery: {
|
/hardware/interfaces/health/2.0/ |
D | README | 127 1. Implementing health HAL in recovery. The health HAL is used for battery 129 implemented in recovery, `is_battery_ok()` will always return `true`. 133 `android.hardware.health@2.0-impl-default`, which is always installed to recovery
|
D | README.md | 127 1. Implementing health HAL in recovery. The health HAL is used for battery 129 implemented in recovery, `is_battery_ok()` will always return `true`. 133 `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 | 18 recovery: true,
|
/hardware/interfaces/fastboot/1.0/default/ |
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
|