Home
last modified time | relevance | path

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

/system/tools/hidl/
DPointerType.h64 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DPointerType.cpp89 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
DFmqType.h61 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DHandleType.h80 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DMemoryType.h86 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DScope.cpp228 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
238 return Type::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DFmqType.cpp146 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::FmqType
DScope.h83 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DHandleType.cpp177 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::HandleType
DArrayType.h113 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DVectorType.h106 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DMethod.h107 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
DMemoryType.cpp234 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
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()
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()
DInterface.h134 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DCompoundType.h122 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DInterface.cpp938 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
944 if (!method->deepIsJavaCompatible(visited)) { in deepIsJavaCompatible()
949 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()
DType.cpp699 return deepIsJavaCompatible(visited); in isJavaCompatible()
711 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
DType.h305 virtual bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
DMethod.cpp300 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
DCompoundType.cpp1957 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType
1968 return Scope::deepIsJavaCompatible(visited); in deepIsJavaCompatible()