Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp784 format, fqInstance.getPackage(), [&](const auto& targetMatrixInstance) { in IsFqInstanceDeprecated() argument
785 if (targetMatrixInstance.versionRange().majorVer == fqInstance.getMajorVersion() && in IsFqInstanceDeprecated()
786 targetMatrixInstance.interface() == fqInstance.getInterface() && in IsFqInstanceDeprecated()
787 targetMatrixInstance.matchInstance(fqInstance.getInstance())) { in IsFqInstanceDeprecated()
789 std::min(targetMatrixMinVer, targetMatrixInstance.versionRange().minVer()); in IsFqInstanceDeprecated()