Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.0/default/
DBootControl.cpp89 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix() function in android::hardware::boot::V1_0::implementation::BootControl
91 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix()
DBootControl.h48 Return<void> getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) override;
/hardware/libhardware/include/hardware/
Dboot_control.h118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); member
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp178 Return<void> result = boot->getSuffix(i, cb); in TEST_F()
188 Return<void> result = boot->getSuffix(boot->getNumberSlots(), cb); in TEST_F()
/hardware/interfaces/boot/1.0/
DIBootControl.hal95 * getSuffix() returns the string suffix used by partitions that correspond to
102 getSuffix(Slot slot) generates (string slotSuffix);
/hardware/ti/am57x/bootctrl/
Dboot_control.cc343 .getSuffix = GetSuffix,
/hardware/qcom/bootctrl/
Dboot_control.cpp669 .getSuffix = get_suffix,