Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
128 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()
156 EXPECT_NE(BoolResult::INVALID_SLOT, boot->isSlotBootable(s)); in TEST_P()
159 EXPECT_EQ(BoolResult::INVALID_SLOT, boot->isSlotBootable(slots)); in TEST_P()
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp74 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_2::implementation::BootControl
75 int32_t ret = mModule->isSlotBootable(mModule, slot); in isSlotBootable()
DLegacyBootControl.h42 Return<BoolResult> isSlotBootable(uint32_t slot) override;
/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/libhardware/include/hardware/
Dboot_control.h110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
/hardware/interfaces/boot/1.2/default/
DBootControl.h45 Return<BoolResult> isSlotBootable(uint32_t slot) override;
DBootControl.cpp84 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.h46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp111 .isSlotBootable = BootControl_isSlotBootable,
/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.cpp698 .isSlotBootable = is_slot_bootable,