Home
last modified time | relevance | path

Searched refs:isHwDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/hidl/c2hal/
H A DType.h91 bool isHwDevice() const;
H A DCompositeDeclaration.cpp126 if(var->getType()->isHwDevice()) { in processContents()
H A DType.cpp232 bool Type::isHwDevice() const { in isHwDevice() function in android::Type