Lines Matching full:wrappedname
633 std::string wrappedName = (addPrefixToName ? "_hidl_out_wrapped_" : "_hidl_wrapped_")636 out << iface.getCppStackType() << " " << wrappedName << ";\n";639 out << wrappedName646 out.sIf(wrappedName + " == nullptr", [&] {652 out << wrappedName << " = " << name << ";\n";