Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/boot/aidl/client/
H A DBootControlClient.cpp183 CommandResult SetActiveBootSlot(int slot) override { in SetActiveBootSlot() function in android::hal::BootControlClientAidl
317 CommandResult SetActiveBootSlot(int32_t slot) override { in SetActiveBootSlot() function in android::hal::BootControlClientHIDL
/aosp_15_r20/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
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp124 bool DeviceInfo::SetActiveBootSlot([[maybe_unused]] unsigned int slot) { in SetActiveBootSlot() function in android::snapshot::DeviceInfo
/aosp_15_r20/system/update_engine/aosp/
H A Dboot_control_android.cc120 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot() function in chromeos_update_engine::BootControlAndroid
/aosp_15_r20/hardware/interfaces/boot/aidl/vts/functional/
H A DVtsHalBootAidlTargetTest.cpp77 TEST_P(BootAidlTest, SetActiveBootSlot) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp83 TEST_P(BootHidlTest, SetActiveBootSlot) { in TEST_P() argument
/aosp_15_r20/hardware/ti/am57x/bootctrl/
Dboot_control.cc216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() function
/aosp_15_r20/device/amlogic/yukawa/hal/bootctrl/
Dboot_control.cc216 int SetActiveBootSlot(boot_control_module_t* module, unsigned int slot) { in SetActiveBootSlot() function
/aosp_15_r20/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
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h95 bool SetActiveBootSlot([[maybe_unused]] unsigned int slot) override { return true; } in SetActiveBootSlot() function