Searched refs:ProxyClass (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | generate_java_binder.cpp | 308 class ProxyClass : public Class { class 310 ProxyClass(const JavaTypeNamespace* types, const Type* type, const InterfaceType* interfaceType, 312 ~ProxyClass() override; 317 ProxyClass::ProxyClass(const JavaTypeNamespace* types, const Type* type, in ProxyClass() function in android::aidl::java::ProxyClass 354 ProxyClass::~ProxyClass() {} in ~ProxyClass() 594 bool oneway, ProxyClass* proxyClass, JavaTypeNamespace* types, const Options& options) { in generate_proxy_method() 752 StubClass* stubClass, ProxyClass* proxyClass, int index, in generate_methods() 848 static void generate_interface_descriptors(StubClass* stub, ProxyClass* proxy, in generate_interface_descriptors() 1014 ProxyClass* proxy = new ProxyClass(types, interfaceType->GetProxy(), interfaceType, options); in generate_binder_interface_class()
|