Home | History | Annotate | Download | only in hidl

Lines Matching full:wrappedname

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