Home
last modified time | relevance | path

Searched refs:getCurrentSlot (Results 1 – 15 of 15) sorted by relevance

/hardware/google/pixel/bootctrl/
DBootControlShared.cpp45 return SetMiscVirtualAbMergeStatus(getCurrentSlot(), status); in setSnapshotMergeStatus()
50 if (!GetMiscVirtualAbMergeStatus(getCurrentSlot(), &status)) { in getSnapshotMergeStatus()
DLegacyBootControl.cpp43 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_2::implementation::BootControl
44 return mModule->getCurrentSlot(mModule); in getCurrentSlot()
DLegacyBootControl.h38 Return<uint32_t> getCurrentSlot() override;
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp66 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
77 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
84 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
120 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
/hardware/interfaces/boot/1.0/default/
DBootControl.cpp42 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_0::implementation::BootControl
43 return mModule->getCurrentSlot(mModule); in getCurrentSlot()
DBootControl.h42 Return<uint32_t> getCurrentSlot() override;
/hardware/libhardware/include/hardware/
Dboot_control.h76 unsigned (*getCurrentSlot)(struct boot_control_module *module); member
/hardware/interfaces/boot/1.2/default/
DBootControl.h41 Return<uint32_t> getCurrentSlot() override;
DBootControl.cpp41 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.2/vts/functional/
DVtsHalBootV1_2TargetTest.cpp52 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
/hardware/interfaces/boot/1.1/default/
DBootControl.h42 Return<uint32_t> getCurrentSlot() override;
/hardware/interfaces/boot/1.0/
DIBootControl.hal42 * getCurrentSlot() returns the slot number of that the current boot is booted
51 getCurrentSlot() generates (Slot slot);
62 * slot (see getCurrentSlot for an explanation of the "slot" parameter). This
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp107 .getCurrentSlot = BootControl_getCurrentSlot,
/hardware/ti/am57x/bootctrl/
Dboot_control.cc338 .getCurrentSlot = GetCurrentSlot,
/hardware/qcom/bootctrl/
Dboot_control.cpp693 .getCurrentSlot = get_current_slot,