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

/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp152 ProxyClass(Type* type, InterfaceType* interfaceType);
159 ProxyClass::ProxyClass(Type* type, InterfaceType* interfaceType)
519 InterfaceType* interfaceType = static_cast<InterfaceType*>(
H A Dgenerate_java_rpc.cpp290 RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType);
301 RpcProxyClass::RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType)
956 InterfaceType* interfaceType = static_cast<InterfaceType*>(
H A DType.cpp1036 InterfaceType::InterfaceType(const string& package, const string& name, function in class:InterfaceType
1046 InterfaceType::OneWay() const
1052 InterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1063 InterfaceType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
H A DType.h386 class InterfaceType : public Type class in inherits:Type
389 InterfaceType(const string& package, const string& name,
H A Daidl.cpp316 type = new InterfaceType(c->package ? c->package : "",

Completed in 1434 milliseconds