Searched refs:BinderProxyType (Results 1 – 2 of 2) sorted by relevance
464 BinderProxyType::BinderProxyType(const JavaTypeNamespace* types) in BinderProxyType() function in android::aidl::java::BinderProxyType468 void BinderProxyType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()473 void BinderProxyType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()839 m_binder_proxy_type = new class BinderProxyType(this); in Init()
293 class BinderProxyType : public Type {295 explicit BinderProxyType(const JavaTypeNamespace* types);461 const Type* BinderProxyType() const { return m_binder_proxy_type; } in BinderProxyType() function