Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_java_binder.cpp73 StubClass(const Type* type, const InterfaceType* interfaceType, JavaTypeNamespace* types,
99 void make_as_interface(const InterfaceType* interfaceType,
108 StubClass::StubClass(const Type* type, const InterfaceType* interfaceType, JavaTypeNamespace* types, in StubClass()
255 void StubClass::make_as_interface(const InterfaceType* interfaceType, in make_as_interface()
310 ProxyClass(const JavaTypeNamespace* types, const Type* type, const InterfaceType* interfaceType,
318 const InterfaceType* interfaceType, const Options& options) in ProxyClass()
941 default_class->type = iface.GetLanguageType<InterfaceType>()->GetDefaultImpl()->JavaType(); in generate_default_impl_class()
942 default_class->interfaces.emplace_back(iface.GetLanguageType<InterfaceType>()->JavaType()); in generate_default_impl_class()
976 const InterfaceType* interfaceType = iface->GetLanguageType<InterfaceType>(); in generate_binder_interface_class()
Dtype_java.cpp220 InterfaceType::InterfaceType(const JavaTypeNamespace* types, const string& package, in InterfaceType() function in android::aidl::java::InterfaceType
335 auto type = std::make_unique<InterfaceType>(this, b.GetPackage(), b.GetName(), false, filename, in AddBinderType()
Dtype_java.h248 class InterfaceType : public Type {
250 InterfaceType(const JavaTypeNamespace* types, const std::string& package, const std::string& name,