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

/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp17 Variable* transact_reply; member in class:StubClass
67 this->transact_reply = new Variable(PARCEL_TYPE, "reply");
75 onTransact->parameters.push_back(this->transact_reply);
85 this->transact_reply, this->transact_flags);
341 MethodCall* ex = new MethodCall(stubClass->transact_reply,
352 MethodCall* ex = new MethodCall(stubClass->transact_reply,
359 stubClass->transact_reply,
372 stubClass->transact_reply,
500 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",

Completed in 52 milliseconds