Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFqInstance.cpp70 bool hasPkg = hasPackage(); in isValid() local
76 if (hasPkg && hasVer && hasIntf && hasInst) { in isValid()
81 if (!hasPkg && hasVer && hasIntf && hasInst) { in isValid()
86 if (!hasPkg && !hasVer && hasIntf && hasInst) { in isValid()