Home
last modified time | relevance | path

Searched refs:isCompatibleElementType (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DRefType.cpp45 bool RefType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::RefType
63 return this->isCompatibleElementType( in isCompatibleElementType()
67 return this->isCompatibleElementType( in isCompatibleElementType()
DFmqType.h63 bool isCompatibleElementType(const Type* elementType) const override;
DRefType.h33 bool isCompatibleElementType(const Type* elementType) const override;
DFmqType.cpp162 bool FmqType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::FmqType
DVectorType.cpp34 bool VectorType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::VectorType
64 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
68 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
DVectorType.h35 bool isCompatibleElementType(const Type* elementType) const override;
DEnumType.h176 bool isCompatibleElementType(const Type* elementType) const override;
DType.h392 virtual bool isCompatibleElementType(const Type* elementType) const = 0;
DType.cpp793 if (!isCompatibleElementType(mElementType.get())) { in validate()
DEnumType.cpp811 bool BitFieldType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::BitFieldType