Searched refs:isHandle (Results 1 – 5 of 5) sorted by relevance
28 bool isHandle() const override;
28 bool HandleType::isHandle() const { in isHandle() function in android::HandleType
43 virtual bool isHandle() const;
65 bool Type::isHandle() const { in isHandle() function in android::Type
55 if (elementType->isHandle()) { in isCompatibleElementType()