Searched defs:deepIsJavaCompatible (Results 1 - 12 of 12) sorted by relevance

/system/tools/hidl/
H A DPointerType.cpp66 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::PointerType
H A DFmqType.cpp140 bool FmqType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::FmqType
H A DMemoryType.cpp148 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::MemoryType
H A DHandleType.cpp160 bool HandleType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::HandleType
H A DRefType.cpp245 bool RefType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::RefType
H A DMethod.cpp259 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::Method
H A DScope.cpp213 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::Scope
219 return Type::deepIsJavaCompatible(visited);
H A DArrayType.cpp586 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::ArrayType
590 return Type::deepIsJavaCompatible(visited);
H A DCompoundType.cpp1035 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::CompoundType
1046 return Scope::deepIsJavaCompatible(visited);
H A DVectorType.cpp727 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::VectorType
744 return TemplatedType::deepIsJavaCompatible(visited);
H A DInterface.cpp978 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { function in class:android::Interface
984 if (!method->deepIsJavaCompatible(visited)) {
H A DType.cpp719 return deepIsJavaCompatible(visited);
731 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { function in class:android::Type

Completed in 630 milliseconds