Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DPointerType.h64 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DPointerType.cpp89 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
H A DScope.cpp244 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
254 return Type::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
H A DFmqType.h61 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DHandleType.h80 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DMemoryType.h86 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DFmqType.cpp146 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
H A DScope.h86 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DHandleType.cpp177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
H A DArrayType.cpp517 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
521 return Type::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
H A DVectorType.cpp617 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
638 return TemplatedType::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
H A DArrayType.h113 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DMethod.h107 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
H A DVectorType.h106 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DMemoryType.cpp234 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
H A DInterface.cpp963 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
973 if (!method->deepIsJavaCompatible(visited)) { in deepIsJavaCompatible()
978 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
H A DInterface.h137 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DCompoundType.h122 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
H A DType.cpp699 return deepIsJavaCompatible(visited); in isJavaCompatible()
711 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
H A DType.h305 virtual bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
H A DMethod.cpp300 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
H A DCompoundType.cpp1932 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType
1943 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()