HomeSort by relevance Sort by last modified time
    Searched defs:isSlotBootable (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/include/hardware/
boot_control.h 104 * (*isSlotBootable)() returns if the slot passed in parameter is
110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot);
  /hardware/interfaces/boot/1.0/default/
BootControl.cpp 69 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) {
70 int32_t ret = mModule->isSlotBootable(mModule, slot);

Completed in 121 milliseconds