Home
last modified time | relevance | path

Searched refs:SetActiveBootSlot (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h36 bool SetActiveBootSlot(unsigned int slot);
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp57 return impl.SetActiveBootSlot(slot) ? 0 : -1; in BootControl_setActiveBootSlot()
Dlibboot_control.cpp282 bool BootControl::SetActiveBootSlot(unsigned int slot) { in SetActiveBootSlot() function in android::bootable::BootControl
/hardware/ti/am57x/bootctrl/
Dboot_control.cc216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() function
340 .setActiveBootSlot = SetActiveBootSlot,
/hardware/interfaces/boot/1.2/default/
DBootControl.cpp60 if (impl_.SetActiveBootSlot(slot)) { in setActiveBootSlot()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp83 TEST_P(BootHidlTest, SetActiveBootSlot) { in TEST_P() argument