Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h33 unsigned int GetCurrentSlot();
/hardware/interfaces/boot/1.1/default/boot_control/
Dlegacy_boot_control.cpp47 return impl.GetCurrentSlot(); in BootControl_getCurrentSlot()
Dlibboot_control.cpp118 unsigned int current_slot = control->GetCurrentSlot(); in InitDefaultBootloaderControl()
248 unsigned int BootControl::GetCurrentSlot() { in GetCurrentSlot() function in android::bootable::BootControl
/hardware/ti/am57x/bootctrl/
Dboot_control.cc164 unsigned int GetCurrentSlot(boot_control_module_t* module) { in GetCurrentSlot() function
338 .getCurrentSlot = GetCurrentSlot,
/hardware/interfaces/boot/1.2/default/
DBootControl.cpp42 return impl_.GetCurrentSlot(); in getCurrentSlot()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp65 TEST_P(BootHidlTest, GetCurrentSlot) { in TEST_P() argument