Home
last modified time | relevance | path

Searched refs:ProxyClass (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dgenerate_java_binder.cpp177 class ProxyClass : public Class { class
179 ProxyClass(const JavaTypeNamespace* types, const Type* type,
181 virtual ~ProxyClass();
187 ProxyClass::ProxyClass(const JavaTypeNamespace* types, const Type* type, in ProxyClass() function in android::aidl::java::ProxyClass
220 ProxyClass::~ProxyClass() {} in ~ProxyClass()
262 StubClass* stubClass, ProxyClass* proxyClass, in generate_method()
490 static void generate_interface_descriptors(StubClass* stub, ProxyClass* proxy, in generate_interface_descriptors()
529 ProxyClass* proxy = in generate_binder_interface_class()
530 new ProxyClass(types, interfaceType->GetProxy(), interfaceType); in generate_binder_interface_class()