Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.h189 class IInterfaceType : public Type {
191 explicit IInterfaceType(const JavaTypeNamespace* types);
306 const Type* IInterfaceType() const { return m_iinterface_type; } in IInterfaceType() function
Dtype_java.cpp163 IInterfaceType::IInterfaceType(const JavaTypeNamespace* types) in IInterfaceType() function in android::aidl::java::IInterfaceType
297 AddAndSetMember(&m_iinterface_type, std::make_unique<class IInterfaceType>(this)); in Init()
Dgenerate_java_binder.cpp279 IInterfaceType iinType(types); in make_as_interface()
984 interface->interfaces.push_back(types->IInterfaceType()->JavaType()); in generate_binder_interface_class()