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

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp505 Method* onResultMethod; member in class:ResultDispatcherClass
558 this->onResultMethod = new Method;
559 this->onResultMethod->modifiers = PUBLIC;
560 this->onResultMethod->returnType = VOID_TYPE;
561 this->onResultMethod->returnTypeDimension = 0;
562 this->onResultMethod->name = "onResult";
563 this->onResultMethod->statements = new StatementBlock;
564 this->elements.push_back(this->onResultMethod);
567 this->onResultMethod->parameters.push_back(this->resultParam);
570 this->onResultMethod
[all...]

Completed in 1880 milliseconds