Home
last modified time | relevance | path

Searched refs:GetNumberSlots (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
H A Dlibboot_control.h32 unsigned int GetNumberSlots();
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc155 unsigned int GetNumberSlots(boot_control_module_t* module) { in GetNumberSlots() function
337 .getNumberSlots = GetNumberSlots,
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/
H A Dlegacy_boot_control.cpp42 return impl.GetNumberSlots(); in BootControl_getNumberSlots()
H A Dlibboot_control.cpp244 unsigned int BootControl::GetNumberSlots() { in GetNumberSlots() function in android::bootable::BootControl
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.cpp38 return impl_.GetNumberSlots(); in getNumberSlots()
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.cpp38 return impl_.GetNumberSlots(); in getNumberSlots()
/aosp12/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp59 TEST_P(BootHidlTest, GetNumberSlots) { in TEST_P() argument