Home
last modified time | relevance | path

Searched defs:vr (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
DMatrixHal.cpp36 for (const auto& vr : versionRanges) { in isValid() local
76 for (const auto& vr : versionRanges) { in forEachInstance() local
84 bool MatrixHal::forEachInstance(const VersionRange& vr, in forEachInstance()
124 return std::any_of(versionRanges.begin(), versionRanges.end(), [&](const VersionRange& vr) { in isCompatible()
129 bool MatrixHal::isCompatible(const VersionRange& vr, const std::set<FqInstance>& providedInstances, in isCompatible()
Dparse_string.cpp243 const std::string& s, VersionRange* vr, in parseVersionRange()
265 bool parse(const std::string& s, VersionRange* vr) { in parse()
270 std::ostream &operator<<(std::ostream &os, const VersionRange &vr) { in operator <<()
279 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
301 std::ostream &operator<<(std::ostream &os, const VndkVersionRange &vr) { in operator <<()
344 std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace) { in expandInstances()
383 for (const auto& vr : req.versionRanges) { in expandInstances() local
501 std::string aidlVersionRangeToString(const VersionRange& vr) { in aidlVersionRangeToString()
508 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()