Searched refs:oldMatrixInstance (Results 1 – 2 of 2) sorted by relevance
648 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) { in IsHalDeprecated() argument649 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()662 bool VintfObject::IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance, in IsInstanceDeprecated() argument666 const std::string& package = oldMatrixInstance.package(); in IsInstanceDeprecated()667 const Version& version = oldMatrixInstance.versionRange().minVer(); in IsInstanceDeprecated()668 const std::string& interface = oldMatrixInstance.interface(); in IsInstanceDeprecated()671 if (!oldMatrixInstance.isRegex()) { in IsInstanceDeprecated()672 instanceHint.push_back(oldMatrixInstance.exactInstance()); in IsInstanceDeprecated()683 if (!oldMatrixInstance.matchInstance(servedInstance)) { in IsInstanceDeprecated()697 auto result = IsFqInstanceDeprecated(targetMatrix, oldMatrixInstance.format(), in IsInstanceDeprecated()
325 static bool IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance,