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

/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp53 Variable* transact_reply; member in class:StubClass
103 this->transact_reply = new Variable(PARCEL_TYPE, "reply");
111 onTransact->parameters.push_back(this->transact_reply);
121 this->transact_reply, this->transact_flags);
403 MethodCall* ex = new MethodCall(stubClass->transact_reply,
414 MethodCall* ex = new MethodCall(stubClass->transact_reply,
421 stubClass->transact_reply,
434 stubClass->transact_reply,
562 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",

Completed in 4 milliseconds