Searched refs:getSuffix (Results 1 – 7 of 7) sorted by relevance
89 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix() function in android::hardware::boot::V1_0::implementation::BootControl91 const char *suffix = mModule->getSuffix(mModule, slot); in getSuffix()
48 Return<void> getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) override;
118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); member
178 Return<void> result = boot->getSuffix(i, cb); in TEST_F()188 Return<void> result = boot->getSuffix(boot->getNumberSlots(), cb); in TEST_F()
95 * getSuffix() returns the string suffix used by partitions that correspond to102 getSuffix(Slot slot) generates (string slotSuffix);
343 .getSuffix = GetSuffix,
669 .getSuffix = get_suffix,