/hardware/google/pixel/bootctrl/ |
D | BootControlShared.cpp | 45 return SetMiscVirtualAbMergeStatus(getCurrentSlot(), status); in setSnapshotMergeStatus() 50 if (!GetMiscVirtualAbMergeStatus(getCurrentSlot(), &status)) { in getSnapshotMergeStatus()
|
D | LegacyBootControl.cpp | 43 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_2::implementation::BootControl 44 return mModule->getCurrentSlot(mModule); in getCurrentSlot()
|
D | LegacyBootControl.h | 38 Return<uint32_t> getCurrentSlot() override;
|
/hardware/interfaces/boot/1.0/vts/functional/ |
D | VtsHalBootV1_0TargetTest.cpp | 66 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/ |
D | BootControl.cpp | 42 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_0::implementation::BootControl 43 return mModule->getCurrentSlot(mModule); in getCurrentSlot()
|
D | BootControl.h | 42 Return<uint32_t> getCurrentSlot() override;
|
/hardware/libhardware/include/hardware/ |
D | boot_control.h | 76 unsigned (*getCurrentSlot)(struct boot_control_module *module); member
|
/hardware/interfaces/boot/1.2/default/ |
D | BootControl.h | 41 Return<uint32_t> getCurrentSlot() override;
|
D | BootControl.cpp | 41 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_2::implementation::BootControl
|
/hardware/interfaces/boot/1.2/vts/functional/ |
D | VtsHalBootV1_2TargetTest.cpp | 52 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
|
/hardware/interfaces/boot/1.1/default/ |
D | BootControl.h | 42 Return<uint32_t> getCurrentSlot() override;
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 42 * 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/ |
D | legacy_boot_control.cpp | 107 .getCurrentSlot = BootControl_getCurrentSlot,
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 338 .getCurrentSlot = GetCurrentSlot,
|
/hardware/qcom/bootctrl/ |
D | boot_control.cpp | 693 .getCurrentSlot = get_current_slot,
|