Searched refs:IsSlotBootable (Results 1 – 6 of 6) sorted by relevance
38 bool IsSlotBootable(unsigned int slot);
291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() function342 .isSlotBootable = IsSlotBootable,
67 return impl.IsSlotBootable(slot) ? 0 : -1; in BootControl_isSlotBootable()
314 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable() function in android::bootable::BootControl
88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
154 TEST_P(BootHidlTest, IsSlotBootable) { in TEST_P() argument