Searched refs:BinderType (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 153 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()
|
D | type_java.cpp | 168 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()
|
D | type_java.h | 194 class BinderType : public Type { 196 explicit BinderType(const JavaTypeNamespace* types);
|