Home
last modified time | relevance | path

Searched refs:isHandle (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DHandleType.h28 bool isHandle() const override;
DHandleType.cpp28 bool HandleType::isHandle() const { in isHandle() function in android::HandleType
DType.h43 virtual bool isHandle() const;
DType.cpp65 bool Type::isHandle() const { in isHandle() function in android::Type
DVectorType.cpp55 if (elementType->isHandle()) { in isCompatibleElementType()