Searched refs:oldMatrixInstance (Results 1 – 2 of 2) sorted by relevance
654 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) { in IsHalDeprecated() argument655 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()668 bool VintfObject::IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance, in IsInstanceDeprecated() argument672 const std::string& package = oldMatrixInstance.package(); in IsInstanceDeprecated()673 const Version& version = oldMatrixInstance.versionRange().minVer(); in IsInstanceDeprecated()674 const std::string& interface = oldMatrixInstance.interface(); in IsInstanceDeprecated()677 if (!oldMatrixInstance.isRegex()) { in IsInstanceDeprecated()678 instanceHint.push_back(oldMatrixInstance.exactInstance()); in IsInstanceDeprecated()689 if (!oldMatrixInstance.matchInstance(servedInstance)) { in IsInstanceDeprecated()703 auto result = IsFqInstanceDeprecated(targetMatrix, oldMatrixInstance.format(), in IsInstanceDeprecated()
330 static bool IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance,