Searched refs:InterfaceType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aidl/ |
D | generate_java_binder.cpp | 152 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()
|
D | Type.cpp | 1036 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()
|
D | generate_java_rpc.cpp | 290 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()
|
D | Type.h | 386 class InterfaceType : public Type 389 InterfaceType(const string& package, const string& name,
|
D | aidl.cpp | 316 type = new InterfaceType(c->package ? c->package : "",
|