Searched refs:isHandle (Results 1 - 5 of 5) sorted by relevance
/system/tools/hidl/ | ||
H A D | HandleType.h | 28 bool isHandle() const override; |
H A D | HandleType.cpp | 32 bool HandleType::isHandle() const { function in class:android::HandleType |
H A D | Type.h | 43 virtual bool isHandle() const; |
H A D | Type.cpp | 65 bool Type::isHandle() const { function in class:android::Type |
H A D | VectorType.cpp | 55 if (elementType->isHandle()) { |
Completed in 54 milliseconds