Searched refs:expandInstances (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/include/vintf/ |
D | MatrixHal.h | 54 friend std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace); 55 friend std::vector<std::string> expandInstances(const MatrixHal& req);
|
D | HalManifest.h | 168 details::Instances expandInstances(const std::string& name) const;
|
D | parse_string.h | 108 std::vector<std::string> expandInstances(const MatrixHal& req);
|
/system/libvintf/ |
D | parse_string.cpp | 401 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()
|
D | HalManifest.cpp | 257 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()
|