Searched refs:getCurrentSlot (Results 1 – 7 of 7) sorted by relevance
42 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot() function in android::hardware::boot::V1_0::implementation::BootControl43 return mModule->getCurrentSlot(mModule); in getCurrentSlot()
42 Return<uint32_t> getCurrentSlot() override;
78 Slot curSlot = boot->getCurrentSlot(); in TEST_F()89 Slot curSlot = boot->getCurrentSlot(); in TEST_F()123 Slot curSlot = boot->getCurrentSlot(); in TEST_F()
76 unsigned (*getCurrentSlot)(struct boot_control_module *module); member
42 * getCurrentSlot() returns the slot number of that the current boot is booted51 getCurrentSlot() generates (Slot slot);62 * slot (see getCurrentSlot for an explanation of the "slot" parameter). This
338 .getCurrentSlot = GetCurrentSlot,
664 .getCurrentSlot = get_current_slot,