Home
last modified time | relevance | path

Searched refs:getNumberSlots (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp60 uint32_t slots = boot->getNumberSlots(); in TEST_P()
67 uint32_t slots = boot->getNumberSlots(); in TEST_P()
112 uint32_t slots = boot->getNumberSlots(); in TEST_P()
146 uint32_t slots = boot->getNumberSlots(); in TEST_P()
158 uint32_t slots = boot->getNumberSlots(); in TEST_P()
167 uint32_t slots = boot->getNumberSlots(); in TEST_P()
176 for (Slot i = 0; i < boot->getNumberSlots(); i++) { in TEST_P()
185 ASSERT_EQ(boot->getNumberSlots(), suffixes.size()); in TEST_P()
188 Return<void> result = boot->getSuffix(boot->getNumberSlots(), cb); in TEST_P()
/aosp12/hardware/interfaces/boot/1.0/
H A DIBootControl.hal32 * getNumberSlots() returns the number of available slots.
39 getNumberSlots() generates (uint32_t numSlots);
47 * value returned by getNumberSlots. Slots start at 0 and finish at
48 * getNumberSlots() - 1. The value returned here must match the suffix passed
/aosp12/hardware/interfaces/boot/1.2/
H A DIBootControl.hal30 * value returned by getNumberSlots. Slots start at 0 and finish at
31 * getNumberSlots() - 1. For instance, a system with A/B must return 0 or 1.
/aosp12/hardware/interfaces/boot/1.0/default/
H A DBootControl.cpp38 Return<uint32_t> BootControl::getNumberSlots() { in getNumberSlots() function in android::hardware::boot::V1_0::implementation::BootControl
39 return mModule->getNumberSlots(mModule); in getNumberSlots()
H A DBootControl.h41 Return<uint32_t> getNumberSlots() override;
/aosp12/hardware/google/pixel/bootctrl/
H A DLegacyBootControl.cpp39 Return<uint32_t> BootControl::getNumberSlots() { in getNumberSlots() function in android::hardware::boot::V1_2::implementation::BootControl
40 return mModule->getNumberSlots(mModule); in getNumberSlots()
H A DLegacyBootControl.h37 Return<uint32_t> getNumberSlots() override;
/aosp12/hardware/libhardware/include/hardware/
H A Dboot_control.h64 unsigned (*getNumberSlots)(struct boot_control_module *module); member
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.h41 Return<uint32_t> getNumberSlots() override;
H A DBootControl.cpp37 Return<uint32_t> BootControl::getNumberSlots() { in getNumberSlots() function in android::hardware::boot::V1_1::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.h40 Return<uint32_t> getNumberSlots() override;
H A DBootControl.cpp37 Return<uint32_t> BootControl::getNumberSlots() { in getNumberSlots() function in android::hardware::boot::V1_2::implementation::BootControl
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/
H A Dlegacy_boot_control.cpp106 .getNumberSlots = BootControl_getNumberSlots,
/aosp12/system/update_engine/aosp/
H A Dboot_control_android.cc77 return module_->getNumberSlots(); in GetNumSlots()
/aosp12/system/extras/boot_control_copy/
H A Dboot_control_copy.cpp265 .getNumberSlots = module_getNumberSlots,
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc337 .getNumberSlots = GetNumberSlots,
/aosp12/system/core/fastboot/device/
H A Dutility.cpp215 num_slots = boot_control_hal->getNumberSlots(); in UpdateAllPartitionMetadata()
H A Dvariables.cpp218 *message = std::to_string(boot_control_hal->getNumberSlots()); in GetSlotCount()
H A Dcommands.cpp310 if (slot >= boot_control_hal->getNumberSlots()) { in SetActiveHandler()
/aosp12/system/extras/bootctl/
H A Dbootctl.cpp80 uint32_t numSlots = module->getNumberSlots(); in do_get_number_slots()
/aosp12/hardware/qcom/bootctrl/
H A Dboot_control.cpp692 .getNumberSlots = get_number_slots,