Searched refs:shouldWarnOutParam (Results 1 – 1 of 1) sorted by relevance
154 static bool shouldWarnOutParam(const std::string& typeName) { in shouldWarnOutParam() function253 if (method->results().size() > 1 && shouldWarnOutParam(aidlType)) { in emitAidl()