Lines Matching refs:targetMatrix
644 const CompatibilityMatrix& targetMatrix, in IsHalDeprecated() argument
649 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
663 const CompatibilityMatrix& targetMatrix, in IsInstanceDeprecated() argument
697 auto result = IsFqInstanceDeprecated(targetMatrix, oldMatrixInstance.format(), in IsInstanceDeprecated()
778 const CompatibilityMatrix& targetMatrix, HalFormat format, const FqInstance& fqInstance, in IsFqInstanceDeprecated() argument
783 targetMatrix.forEachInstanceOfPackage( in IsFqInstanceDeprecated()
797 << targetMatrix.level() << "; it should not be served."; in IsFqInstanceDeprecated()
843 const CompatibilityMatrix* targetMatrix = nullptr; in checkDeprecation() local
846 targetMatrix = &namedMatrix; in checkDeprecation()
849 if (targetMatrix == nullptr) { in checkDeprecation()
870 if (IsHalDeprecated(hal, *targetMatrix, listInstances, childrenMap, error)) { in checkDeprecation()