Searched defs:stub (Results 1 - 3 of 3) sorted by relevance

/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h361 StubType* stub = static_cast<StubType*>(binderIface.get()); local
362 return stub->getImpl();
/system/tools/aidl/
H A Dgenerate_java_binder.cpp57 this->comment = "/** Local-side IPC implementation stub class. */";
75 "/** Construct the stub at attach it to the "
299 // == the stub method ====================================================
490 static void generate_interface_descriptors(StubClass* stub, ProxyClass* proxy, argument
494 c->statements->Add(new MethodCall(stub->transact_reply, "writeString", 1,
497 stub->transact_switch->cases.push_back(c);
523 // the stub inner class
524 StubClass* stub = local
526 interface->elements.push_back(stub);
531 stub
[all...]
H A Dtype_java.cpp685 int declLine, const Type* stub, const Type* proxy)
690 stub_(stub),
872 // for interfaces, add the stub, proxy, and interface types.
873 Type* stub = new Type(this, b.GetPackage(), local
882 b.IsOneway(), filename, b.GetLine(), stub, proxy);
886 success &= Add(stub);
682 InterfaceType(const JavaTypeNamespace* types, const string& package, const string& name, bool builtIn, bool oneway, const string& declFile, int declLine, const Type* stub, const Type* proxy) argument

Completed in 270 milliseconds