Home
last modified time | relevance | path

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

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