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

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

Completed in 60 milliseconds