Home
last modified time | relevance | path

Searched defs:deepIsJavaCompatible (Results 1 – 11 of 11) sorted by relevance

/system/tools/hidl/
DPointerType.cpp89 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::PointerType
DFmqType.cpp146 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
DMemoryType.cpp234 bool MemoryType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::MemoryType
DScope.cpp228 bool Scope::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Scope
DVectorType.cpp617 bool VectorType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::VectorType
DMethod.cpp300 bool Method::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Method
DArrayType.cpp517 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::ArrayType
DInterface.cpp938 bool Interface::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::Interface
DType.cpp711 bool Type::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible() function in android::Type
DCompoundType.cpp1957 bool CompoundType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible() function in android::CompoundType