Searched refs:resultMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp646 Method* resultMethod = new Method; local
647 resultMethod->comment = gather_comments(method->comments_token->extra);
648 resultMethod->modifiers = PUBLIC;
649 resultMethod->returnType = VOID_TYPE;
650 resultMethod->returnTypeDimension = 0;
651 resultMethod->name = resultsMethodName;
653 resultMethod->parameters.push_back(new Variable(NAMES.Search(method->type.type.data),
659 resultMethod->parameters.push_back(new Variable(
665 resultsClass->elements.push_back(resultMethod);
667 if (resultMethod
[all...]

Completed in 156 milliseconds