Home
last modified time | relevance | path

Searched refs:IInterfaceType (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_java.cpp432 IInterfaceType::IInterfaceType(const JavaTypeNamespace* types) in IInterfaceType() function in android::aidl::java::IInterfaceType
436 void IInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
441 void IInterfaceType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
833 m_iinterface_type = new class IInterfaceType(this); in Init()
Dgenerate_java_binder.cpp146 IInterfaceType* iinType = new IInterfaceType(types); in make_as_interface()
521 interface->interfaces.push_back(types->IInterfaceType()); in generate_binder_interface_class()
Dtype_java.h273 class IInterfaceType : public Type {
275 explicit IInterfaceType(const JavaTypeNamespace* types);
459 const Type* IInterfaceType() const { return m_iinterface_type; } in IInterfaceType() function