Home
last modified time | relevance | path

Searched refs:getActiveBootSlot (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/boot/1.2/vts/functional/
H A DVtsHalBootV1_2TargetTest.cpp59 Slot activeSlot = boot->getActiveBootSlot(); in TEST_P()
64 activeSlot = boot->getActiveBootSlot(); in TEST_P()
/aosp12/hardware/google/pixel/bootctrl/
H A DLegacyBootControl.cpp101 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl
102 auto get_active_slot = mModule->getActiveBootSlot; in getActiveBootSlot()
H A DLegacyBootControl.h47 Return<uint32_t> getActiveBootSlot() override;
/aosp12/hardware/libhardware/include/hardware/
H A Dboot_control.h133 unsigned (*getActiveBootSlot)(struct boot_control_module *module); member
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.h54 Return<uint32_t> getActiveBootSlot() override;
H A DBootControl.cpp118 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.2/
H A DIBootControl.hal33 getActiveBootSlot() generates (Slot slot);
/aosp12/system/extras/bootctl/
H A Dbootctl.cpp113 uint32_t slot = module->getActiveBootSlot(); in do_get_active_boot_slot()
/aosp12/hardware/qcom/bootctrl/
H A Dboot_control.cpp695 .getActiveBootSlot = get_active_boot_slot,
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTest.java111 when(mIBootControl.getActiveBootSlot()).thenReturn(1); in setup()
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java763 next_active_slot = bootControl.getActiveBootSlot(); in verifySlotForNextBoot()
/aosp12/frameworks/base/services/
H A Dart-profile88 PLandroid/hardware/boot/V1_2/IBootControl$Proxy;->getActiveBootSlot()I