Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/utils/
H A 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()