Home
last modified time | relevance | path

Searched refs:IsValidSlot (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/boot/1.2/default/
DBootControl.cpp85 if (!impl_.IsValidSlot(slot)) { in isSlotBootable()
92 if (!impl_.IsValidSlot(slot)) { in isSlotMarkedSuccessful()
/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h45 bool IsValidSlot(unsigned int slot);
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp356 bool BootControl::IsValidSlot(unsigned int slot) { in IsValidSlot() function in android::bootable::BootControl