Searched defs:vr (Results 1 – 2 of 2) sorted by relevance
| /system/libvintf/ |
| D | parse_string.cpp | 267 const std::string& s, VersionRange* vr, in parseVersionRange() 289 bool parse(const std::string& s, VersionRange* vr) { in parse() 302 VersionRange vr; in parse() local 310 std::ostream &operator<<(std::ostream &os, const VersionRange &vr) { in operator <<() 327 bool parse(const std::string &s, VndkVersionRange *vr) { in parse() 349 std::ostream &operator<<(std::ostream &os, const VndkVersionRange &vr) { in operator <<() 392 std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace) { in expandInstances() 431 for (const auto& vr : req.versionRanges) { in expandInstances() local 549 std::string aidlVersionRangeToString(const VersionRange& vr) { in aidlVersionRangeToString() 556 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()
|
| D | MatrixHal.cpp | 36 for (const auto& vr : versionRanges) { in isValid() local 74 for (const auto& vr : versionRanges) { in forEachInstance() local 82 bool MatrixHal::forEachInstance(const VersionRange& vr, in forEachInstance()
|