Home
last modified time | relevance | path

Searched refs:deepIsJavaCompatible (Results 1 – 24 of 24) sorted by relevance

/system/tools/hidl/
DMemoryType.h62 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DPointerType.h64 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DPointerType.cpp86 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
DFmqType.h57 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DRefType.h77 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DHandleType.h80 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DMemoryType.cpp148 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
DScope.cpp219 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
225 return Type::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DScope.h80 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DFmqType.cpp140 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
DHandleType.cpp177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
DMethod.h109 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
DRefType.cpp245 bool RefType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::RefType
DArrayType.h136 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DVectorType.h131 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DInterface.h132 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DInterface.cpp978 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
984 if (!method->deepIsJavaCompatible(visited)) { in deepIsJavaCompatible()
989 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DArrayType.cpp595 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
599 return Type::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DVectorType.cpp736 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
753 return TemplatedType::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DCompoundType.h142 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DType.cpp729 return deepIsJavaCompatible(visited); in isJavaCompatible()
741 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
DMethod.cpp257 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
DType.h328 virtual bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
DCompoundType.cpp2163 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType
2174 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()