Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp669 oldMatrixHal.forEachInstance([&](const MatrixInstance& oldMatrixInstance) { in IsHalDeprecated() argument
670 if (IsInstanceDeprecated(oldMatrixInstance, targetMatrix, listInstances, childrenMap, in IsHalDeprecated()
683 bool VintfObject::IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance, in IsInstanceDeprecated() argument
687 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()
/system/libvintf/include/vintf/
DVintfObject.h343 static bool IsInstanceDeprecated(const MatrixInstance& oldMatrixInstance,