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

  /hardware/libhardware/include/hardware/
boot_control.h 87 * (*setActiveBootSlot)() marks the slot passed in parameter as
93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot);
  /hardware/interfaces/boot/1.0/default/
BootControl.cpp 51 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) {
52 int ret = mModule->setActiveBootSlot(mModule, slot);

Completed in 521 milliseconds