Searched refs:outName (Results 1 – 1 of 1) sorted by relevance
562 const std::string outName = "_hidl_out_" + elidedReturn->name(); in generatePassthroughMethod() local564 out << elidedReturn->type().getCppResultType() << " " << outName in generatePassthroughMethod()566 out << "(void) " << outName << ";\n"; in generatePassthroughMethod()569 wrapPassthroughArg(out, elidedReturn, outName, kHandlePassthroughError); in generatePassthroughMethod()571 if (outName != wrappedName) { in generatePassthroughMethod()573 out << outName << " = " << wrappedName << ";\n\n"; in generatePassthroughMethod()576 out << "_hidl_return = " << outName << "\n;"; in generatePassthroughMethod()