Home
last modified time | relevance | path

Searched refs:IBinderType (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Dtype_java.h183 class IBinderType : public Type {
185 explicit IBinderType(const JavaTypeNamespace* types);
305 const Type* IBinderType() const { return m_ibinder_type; } in IBinderType() function
Dtype_java.cpp153 IBinderType::IBinderType(const JavaTypeNamespace* types) in IBinderType() function in android::aidl::java::IBinderType
295 AddAndSetMember(&m_ibinder_type, std::make_unique<class IBinderType>(this)); in Init()
Dtype_cpp.h106 const Type* IBinderType() const { return ibinder_type_; } in IBinderType() function
Dgenerate_java_binder.cpp148 asBinder->returnType = types->IBinderType()->JavaType(); in StubClass()
257 Variable* obj = new Variable(types->IBinderType()->JavaType(), "obj"); in make_as_interface()
326 mRemote = new Variable(types->IBinderType()->JavaType(), "mRemote"); in ProxyClass()
330 Variable* remote = new Variable(types->IBinderType()->JavaType(), "remote"); in ProxyClass()
347 asBinder->returnType = types->IBinderType()->JavaType(); in ProxyClass()
Dtype_cpp.cpp503 contained_type == IBinderType()) { in AddListType()