Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
Dlibboot_control.h32 unsigned int GetCurrentSlot();
/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h51 [[nodiscard]] virtual int32_t GetCurrentSlot() const = 0;
/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.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/interfaces/boot/1.2/default/
DBootControl.cpp42 return impl_.GetCurrentSlot(); in getCurrentSlot()
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp42 return impl_.GetCurrentSlot(); in getCurrentSlot()
/hardware/interfaces/boot/aidl/default/
DBootControl.cpp37 *_aidl_return = impl_.GetCurrentSlot(); in getCurrentSlot()
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp79 int32_t GetCurrentSlot() const { in GetCurrentSlot() function in android::hal::BootControlClientAidl
194 int32_t GetCurrentSlot() const { in GetCurrentSlot() function in android::hal::BootControlClientHIDL
/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp58 TEST_P(BootAidlTest, GetCurrentSlot) { in TEST_P() argument
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp65 TEST_P(BootHidlTest, GetCurrentSlot) { in TEST_P() argument