Home
last modified time | relevance | path

Searched refs:setActiveBootSlot (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp99 Return<void> result = boot->setActiveBootSlot(s, generate_callback(&cr)); in TEST_F()
113 boot->setActiveBootSlot(slots, generate_callback(&cr)); in TEST_F()
132 result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_F()
135 result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_F()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp55 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot() function in android::hardware::boot::V1_0::implementation::BootControl
56 int ret = mModule->setActiveBootSlot(mModule, slot); in setActiveBootSlot()
DBootControl.h44 Return<void> setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) override;
/hardware/libhardware/include/hardware/
Dboot_control.h93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot); member
/hardware/interfaces/boot/1.0/
DIBootControl.hal61 * setActiveBootSlot() marks the slot passed in parameter as the active boot
66 setActiveBootSlot(Slot slot) generates (CommandResult error);
/hardware/ti/am57x/bootctrl/
Dboot_control.cc340 .setActiveBootSlot = SetActiveBootSlot,
/hardware/qcom/bootctrl/
Dboot_control.cpp666 .setActiveBootSlot = set_active_boot_slot,