Home
last modified time | relevance | path

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

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