Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DHalManifest.cpp246 for (const MatrixHal &matrixHal : mat.getHals()) { in checkIncompatibleHals() local
247 if (matrixHal.optional) { in checkIncompatibleHals()
254 for (const ManifestHal* manifestHal : getHals(matrixHal.name)) { in checkIncompatibleHals()
263 if (!matrixHal.isCompatible(manifestInstances, versions)) { in checkIncompatibleHals()
265 oss << matrixHal.name << ":\n required: "; in checkIncompatibleHals()
266 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()
/aosp12/system/libvintf/test/
H A DVintfFmTest.cpp239 MatrixHal matrixHal{.format = format, in createMatrixHal() local
244 return toXml(matrixHal); in createMatrixHal()
/aosp12/system/libvintf/include/vintf/
H A DHalManifest.h182 bool isCompatible(const details::Instances& instances, const MatrixHal& matrixHal) const;