HomeSort by relevance Sort by last modified time
    Searched refs:ProxyClass (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aidl/
generate_java_binder.cpp 149 class ProxyClass : public Class
152 ProxyClass(Type* type, InterfaceType* interfaceType);
153 virtual ~ProxyClass();
159 ProxyClass::ProxyClass(Type* type, InterfaceType* interfaceType)
192 ProxyClass::~ProxyClass()
251 StubClass* stubClass, ProxyClass* proxyClass, int index)
257 const bool oneway = proxyClass->mOneWay || method->oneway
    [all...]
  /external/chromium_org/ppapi/proxy/
interface_list.cc 163 template<typename ProxyClass>
165 return new ProxyClass(dispatcher);

Completed in 184 milliseconds