Home
last modified time | relevance | path

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

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