Home
last modified time | relevance | path

Searched refs:IsSlotBootable (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h38 bool IsSlotBootable(unsigned int slot);
/hardware/ti/am57x/bootctrl/
Dboot_control.cc291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() function
342 .isSlotBootable = IsSlotBootable,
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp67 return impl.IsSlotBootable(slot) ? 0 : -1; in BootControl_isSlotBootable()
Dlibboot_control.cpp314 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable() function in android::bootable::BootControl
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp154 TEST_P(BootHidlTest, IsSlotBootable) { in TEST_P() argument