Searched refs:boot_control_hal (Results 1 – 4 of 4) sorted by relevance
207 auto boot_control_hal = device->boot_control_hal(); in GetSlotCount() local208 if (!boot_control_hal) { in GetSlotCount()211 *message = std::to_string(boot_control_hal->getNumberSlots()); in GetSlotCount()227 auto boot_control_hal = device->boot_control_hal(); in GetSlotSuccessful() local228 if (!boot_control_hal) { in GetSlotSuccessful()232 if (boot_control_hal->isSlotMarkedSuccessful(slot) != BoolResult::TRUE) { in GetSlotSuccessful()251 auto boot_control_hal = device->boot_control_hal(); in GetSlotUnbootable() local252 if (!boot_control_hal) { in GetSlotUnbootable()256 if (boot_control_hal->isSlotBootable(slot) != BoolResult::TRUE) { in GetSlotUnbootable()
205 auto boot_control_hal = device->boot_control_hal(); in UpdateAllPartitionMetadata() local206 if (boot_control_hal) { in UpdateAllPartitionMetadata()207 num_slots = boot_control_hal->getNumberSlots(); in UpdateAllPartitionMetadata()
53 android::sp<android::hardware::boot::V1_0::IBootControl> boot_control_hal() { in boot_control_hal() function
313 auto boot_control_hal = device->boot_control_hal(); in SetActiveHandler() local314 if (!boot_control_hal) { in SetActiveHandler()318 if (slot >= boot_control_hal->getNumberSlots()) { in SetActiveHandler()349 auto result = boot_control_hal->setActiveBootSlot(slot, cb); in SetActiveHandler()