Searched refs:wrappedName (Results 1 – 1 of 1) sorted by relevance
633 std::string wrappedName = (addPrefixToName ? "_hidl_out_wrapped_" : "_hidl_wrapped_") in wrapPassthroughArg() local636 out << iface.getCppStackType() << " " << wrappedName << ";\n"; in wrapPassthroughArg()639 out << wrappedName in wrapPassthroughArg()646 out.sIf(wrappedName + " == nullptr", [&] { in wrapPassthroughArg()652 out << wrappedName << " = " << name << ";\n"; in wrapPassthroughArg()