Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DMatrixHal.h54 friend std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace);
55 friend std::vector<std::string> expandInstances(const MatrixHal& req);
DHalManifest.h168 details::Instances expandInstances(const std::string& name) const;
Dparse_string.h108 std::vector<std::string> expandInstances(const MatrixHal& req);
/system/libvintf/
Dparse_string.cpp401 std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace) { in expandInstances() function
431 std::vector<std::string> expandInstances(const MatrixHal& req) { in expandInstances() function
437 return {expandInstances(req, req.versionRanges.front(), false /* brace */)}; in expandInstances()
444 ss.push_back(expandInstances(req, vr, true /* brace */)); in expandInstances()
DHalManifest.cpp257 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()