Searched refs:isSlotBootable (Results 1 – 7 of 7) sorted by relevance
73 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable() function in android::hardware::boot::V1_0::implementation::BootControl74 int32_t ret = mModule->isSlotBootable(mModule, slot); in isSlotBootable()
46 Return<BoolResult> isSlotBootable(uint32_t slot) override;
129 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()
110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); member
77 * isSlotBootable() returns if the slot passed in parameter is bootable. Note83 isSlotBootable(Slot slot) generates (BoolResult bootable);
342 .isSlotBootable = IsSlotBootable,
668 .isSlotBootable = is_slot_bootable,