Searched refs:matchInstance (Results 1 – 6 of 6) sorted by relevance
76 interface() == provided.getInterface() && matchInstance(provided.getInstance()); in isSatisfiedBy()79 bool MatrixInstance::matchInstance(const std::string& e) const { in matchInstance() function in android::vintf::MatrixInstance
451 bool CompatibilityMatrix::matchInstance(HalFormat format, const std::string& halName, in matchInstance() function in android::vintf::CompatibilityMatrix457 found |= (e.matchInstance(instance)); in matchInstance()
292 if (mat.matchInstance(manifestInstance.format(), manifestInstance.package(), in checkUnusedHals()308 if (mat.matchInstance(manifestInstance.format(), fqName.package(), in checkUnusedHals()
704 if (!oldMatrixInstance.matchInstance(servedInstance)) { in IsInstanceDeprecated()808 targetMatrixInstance.matchInstance(fqInstance.getInstance())) { in IsFqInstanceDeprecated()
55 bool matchInstance(const std::string& e) const;
145 bool matchInstance(HalFormat format, const std::string& halName, const Version& version,