Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp464 BinderProxyType::BinderProxyType(const JavaTypeNamespace* types) in BinderProxyType() function in android::aidl::java::BinderProxyType
468 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()
Dtype_java.h293 class BinderProxyType : public Type {
295 explicit BinderProxyType(const JavaTypeNamespace* types);
461 const Type* BinderProxyType() const { return m_binder_proxy_type; } in BinderProxyType() function