Home
last modified time | relevance | path

Searched refs:boot_control_hal (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/fastboot/device/
H A Dvariables.cpp214 auto boot_control_hal = device->boot_control_hal(); in GetSlotCount() local
215 if (!boot_control_hal) { in GetSlotCount()
218 *message = std::to_string(boot_control_hal->getNumberSlots()); in GetSlotCount()
234 auto boot_control_hal = device->boot_control_hal(); in GetSlotSuccessful() local
235 if (!boot_control_hal) { in GetSlotSuccessful()
239 if (boot_control_hal->isSlotMarkedSuccessful(slot) != BoolResult::TRUE) { in GetSlotSuccessful()
258 auto boot_control_hal = device->boot_control_hal(); in GetSlotUnbootable() local
259 if (!boot_control_hal) { in GetSlotUnbootable()
263 if (boot_control_hal->isSlotBootable(slot) != BoolResult::TRUE) { in GetSlotUnbootable()
H A Dutility.cpp213 auto boot_control_hal = device->boot_control_hal(); in UpdateAllPartitionMetadata() local
214 if (boot_control_hal) { in UpdateAllPartitionMetadata()
215 num_slots = boot_control_hal->getNumberSlots(); in UpdateAllPartitionMetadata()
H A Dcommands.cpp305 auto boot_control_hal = device->boot_control_hal(); in SetActiveHandler() local
306 if (!boot_control_hal) { in SetActiveHandler()
310 if (slot >= boot_control_hal->getNumberSlots()) { in SetActiveHandler()
341 auto result = boot_control_hal->setActiveBootSlot(slot, cb); in SetActiveHandler()
H A Dfastboot_device.h53 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal() { in boot_control_hal() function
/aosp12/bootable/recovery/tests/testdata/
H A Drecovery_body6249 ������������shell_prop������������sensortool_devpts������������boot_control_hal�����…