Home
last modified time | relevance | path

Searched refs:BinderProxyType (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_java.h199 class BinderProxyType : public Type {
201 explicit BinderProxyType(const JavaTypeNamespace* types);
308 const Type* BinderProxyType() const { return m_binder_proxy_type; } in BinderProxyType() function
Dtype_java.cpp173 BinderProxyType::BinderProxyType(const JavaTypeNamespace* types) in BinderProxyType() function in android::aidl::java::BinderProxyType
301 AddAndSetMember(&m_binder_proxy_type, std::make_unique<class BinderProxyType>(this)); in Init()