Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFqInstance.cpp73 bool hasInst = hasInstance(); 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()
91 return !hasInst; in isValid()