Searched refs:BinderProxyType (Results 1 – 2 of 2) sorted by relevance
199 class BinderProxyType : public Type {201 explicit BinderProxyType(const JavaTypeNamespace* types);308 const Type* BinderProxyType() const { return m_binder_proxy_type; } in BinderProxyType() function
173 BinderProxyType::BinderProxyType(const JavaTypeNamespace* types) in BinderProxyType() function in android::aidl::java::BinderProxyType301 AddAndSetMember(&m_binder_proxy_type, std::make_unique<class BinderProxyType>(this)); in Init()