Searched refs:IInterfaceType (Results 1 – 3 of 3) sorted by relevance
432 IInterfaceType::IInterfaceType(const JavaTypeNamespace* types) in IInterfaceType() function in android::aidl::java::IInterfaceType436 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()
146 IInterfaceType* iinType = new IInterfaceType(types); in make_as_interface()521 interface->interfaces.push_back(types->IInterfaceType()); in generate_binder_interface_class()
273 class IInterfaceType : public Type {275 explicit IInterfaceType(const JavaTypeNamespace* types);459 const Type* IInterfaceType() const { return m_iinterface_type; } in IInterfaceType() function