Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp153 class BinderType : public Type { class
155 BinderType(const AidlInterface& interface, const std::string& src_file_name) in BinderType() function in android::aidl::cpp::__anon9051069a0111::BinderType
156 : BinderType(interface, src_file_name, in BinderType()
157 new BinderType(interface, src_file_name, kNoNullableType, in BinderType()
160 ~BinderType() override = default;
167 BinderType(const AidlInterface& interface, const std::string& src_file_name, Type* nullable_type, in BinderType() function in android::aidl::cpp::__anon9051069a0111::BinderType
483 Add(std::make_unique<BinderType>(b, filename)); in AddBinderType()
Dtype_java.cpp168 BinderType::BinderType(const JavaTypeNamespace* types) in BinderType() function in android::aidl::java::BinderType
299 AddAndSetMember(&m_binder_native_type, std::make_unique<BinderType>(this)); in Init()
Dtype_java.h194 class BinderType : public Type {
196 explicit BinderType(const JavaTypeNamespace* types);