Home
last modified time | relevance | path

Searched defs:SetActiveBootSlot (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/common/
H A Dboot_control_stub.cc73 bool BootControlStub::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlStub
H A Dfake_boot_control.h85 bool SetActiveBootSlot(Slot slot) override { return true; } in SetActiveBootSlot() function
/aosp12/system/update_engine/aosp/
H A Dboot_control_android.cc133 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlAndroid
/aosp12/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp83 TEST_P(BootHidlTest, SetActiveBootSlot) { in TEST_P() argument
/aosp12/system/update_engine/cros/
H A Dboot_control_chromeos.cc272 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlChromeOS
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() function
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/
H A Dlibboot_control.cpp282 bool BootControl::SetActiveBootSlot(unsigned int slot) { in SetActiveBootSlot() function in android::bootable::BootControl