Searched refs:IBinderType (Results 1 – 5 of 5) sorted by relevance
183 class IBinderType : public Type {185 explicit IBinderType(const JavaTypeNamespace* types);305 const Type* IBinderType() const { return m_ibinder_type; } in IBinderType() function
153 IBinderType::IBinderType(const JavaTypeNamespace* types) in IBinderType() function in android::aidl::java::IBinderType295 AddAndSetMember(&m_ibinder_type, std::make_unique<class IBinderType>(this)); in Init()
106 const Type* IBinderType() const { return ibinder_type_; } in IBinderType() function
148 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()
503 contained_type == IBinderType()) { in AddListType()