HomeSort by relevance Sort by last modified time
    Searched refs:isSlotBootable (Results 1 - 6 of 6) 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);
  /system/extras/bootctl/
bootctl.c 115 int ret = module->isSlotBootable(module, slot_number);
119 fprintf(stderr, "Error calling isSlotBootable(): %s\n",
  /system/update_engine/
boot_control_android.cc 143 bool BootControlAndroid::IsSlotBootable(Slot slot) const {
144 int ret = module_->isSlotBootable(module_, slot);
  /hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c 357 .isSlotBootable = bootctrl_is_slot_bootable,
  /system/extras/boot_control_copy/
boot_control_copy.c 289 .isSlotBootable = module_isSlotBootable,
  /hardware/qcom/bootctrl/
boot_control.cpp 664 .isSlotBootable = is_slot_bootable,

Completed in 1028 milliseconds