Home
last modified time | relevance | path

Searched refs:oldMatrixInstance (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
DVintfObject.cpp654 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) { in IsHalDeprecated() argument
655 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
668 bool VintfObject::IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance, in IsInstanceDeprecated() argument
672 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()
/system/libvintf/include/vintf/
DVintfObject.h330 static bool IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance,