Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/
H A Dlibboot_control.h40 const char* GetSuffix(unsigned int slot);
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc309 const char* GetSuffix(boot_control_module_t* module, unsigned int slot) { in GetSuffix() function
343 .getSuffix = GetSuffix,
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/
H A Dlegacy_boot_control.cpp77 return impl.GetSuffix(slot); in BootControl_getSuffix()
H A Dlibboot_control.cpp372 const char* BootControl::GetSuffix(unsigned int slot) { in GetSuffix() function in android::bootable::BootControl
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.cpp100 const char* suffix = impl_.GetSuffix(slot); in getSuffix()
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.cpp100 const char* suffix = impl_.GetSuffix(slot); in getSuffix()
/aosp12/hardware/interfaces/boot/1.0/vts/functional/
H A DVtsHalBootV1_0TargetTest.cpp172 TEST_P(BootHidlTest, GetSuffix) { in TEST_P() argument