Searched refs:outName (Results 1 – 1 of 1) sorted by relevance
570 const std::string outName = "_hidl_out_" + elidedReturn->name(); in generatePassthroughMethod() local572 out << elidedReturn->type().getCppResultType() << " " << outName in generatePassthroughMethod()574 out << "(void) " << outName << ";\n"; in generatePassthroughMethod()577 wrapPassthroughArg(out, elidedReturn, outName, kHandlePassthroughError); in generatePassthroughMethod()579 if (outName != wrappedName) { in generatePassthroughMethod()581 out << outName << " = " << wrappedName << ";\n\n"; in generatePassthroughMethod()584 out << "_hidl_return = " << outName << "\n;"; in generatePassthroughMethod()