HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSlot (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/include/hardware/
boot_control.h 67 * (*getCurrentSlot)() returns the value letting the system know
76 unsigned (*getCurrentSlot)(struct boot_control_module *module);
88 * the active boot slot (see getCurrentSlot for an explanation
  /bootable/recovery/update_verifier/
update_verifier.cpp 157 unsigned current_slot = module->getCurrentSlot(module);
  /system/extras/bootctl/
bootctl.c 77 int cur_slot = module->getCurrentSlot(module);
  /system/update_engine/
boot_control_android.cc 90 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const {
91 return module_->getCurrentSlot(module_);
  /hardware/bsp/intel/soc/common/bootctrl/
bootctrl.c 353 .getCurrentSlot = bootctrl_get_current_slot,
  /system/extras/boot_control_copy/
boot_control_copy.c 285 .getCurrentSlot = module_getCurrentSlot,
  /hardware/qcom/bootctrl/
boot_control.cpp 660 .getCurrentSlot = get_current_slot,

Completed in 6046 milliseconds