Home
last modified time | relevance | path

Searched refs:isSlotBootable (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/boot/1.0/default/
DBootControl.cpp73 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_0::implementation::BootControl
74 int32_t ret = mModule->isSlotBootable(mModule, slot); in isSlotBootable()
DBootControl.h46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp129 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_F()
156 EXPECT_NE(BoolResult::INVALID_SLOT, boot->isSlotBootable(s)); in TEST_F()
159 EXPECT_EQ(BoolResult::INVALID_SLOT, boot->isSlotBootable(slots)); in TEST_F()
/hardware/libhardware/include/hardware/
Dboot_control.h110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
/hardware/interfaces/boot/1.0/
DIBootControl.hal77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note
83 isSlotBootable(Slot slot) generates (BoolResult bootable);
/hardware/ti/am57x/bootctrl/
Dboot_control.cc342 .isSlotBootable = IsSlotBootable,
/hardware/qcom/bootctrl/
Dboot_control.cpp668 .isSlotBootable = is_slot_bootable,