Searched refs:oldMatrixInstance (Results 1 – 2 of 2) sorted by relevance
669 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) { in IsHalDeprecated() argument670 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()683 bool VintfObject::IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance, in IsInstanceDeprecated() argument687 const std::string& package = oldMatrixInstance.package(); in IsInstanceDeprecated()688 const Version& version = oldMatrixInstance.versionRange().minVer(); in IsInstanceDeprecated()689 const std::string& interface = oldMatrixInstance.interface(); in IsInstanceDeprecated()692 if (!oldMatrixInstance.isRegex()) { in IsInstanceDeprecated()693 instanceHint.push_back(oldMatrixInstance.exactInstance()); in IsInstanceDeprecated()704 if (!oldMatrixInstance.matchInstance(servedInstance)) { in IsInstanceDeprecated()718 auto result = IsFqInstanceDeprecated(targetMatrix, oldMatrixInstance.format(), in IsInstanceDeprecated()
343 static bool IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance,