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

/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp48 StubClass(Type* type, Type* interfaceType);
57 void make_as_interface(Type* interfaceType);
60 StubClass::StubClass(Type* type, Type* interfaceType) argument
68 this->interfaces.push_back(interfaceType);
73 descriptor->value = "\"" + interfaceType->QualifiedName() + "\"";
89 make_as_interface(interfaceType);
130 StubClass::make_as_interface(Type *interfaceType) argument
136 m->comment += interfaceType->Name();
140 m->returnType = interfaceType;
163 // if (iin != null && iin instanceof <interfaceType>) retur
195 ProxyClass(Type* type, InterfaceType* interfaceType) argument
581 InterfaceType* interfaceType = static_cast<InterfaceType*>( local
[all...]

Completed in 3 milliseconds