Searched refs:IInterfaceType (Results 1 – 3 of 3) sorted by relevance
189 class IInterfaceType : public Type {191 explicit IInterfaceType(const JavaTypeNamespace* types);306 const Type* IInterfaceType() const { return m_iinterface_type; } in IInterfaceType() function
163 IInterfaceType::IInterfaceType(const JavaTypeNamespace* types) in IInterfaceType() function in android::aidl::java::IInterfaceType297 AddAndSetMember(&m_iinterface_type, std::make_unique<class IInterfaceType>(this)); in Init()
279 IInterfaceType iinType(types); in make_as_interface()984 interface->interfaces.push_back(types->IInterfaceType()->JavaType()); in generate_binder_interface_class()