Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFqInstance.cpp66 bool hasPkg = hasPackage(); in isValid() local
72 if (hasPkg && hasVer && hasIntf && hasInst) { in isValid()
77 if (!hasPkg && hasVer && hasIntf && hasInst) { in isValid()
82 if (!hasPkg && !hasVer && hasIntf && hasInst) { in isValid()