Searched refs:expandInstances (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/include/vintf/ |
D | MatrixHal.h | 61 friend std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace); 62 friend std::vector<std::string> expandInstances(const MatrixHal& req);
|
D | HalManifest.h | 180 details::Instances expandInstances(const std::string& name) const;
|
D | parse_string.h | 114 std::vector<std::string> expandInstances(const MatrixHal& req);
|
/system/libvintf/ |
D | parse_string.cpp | 387 std::string expandInstances(const MatrixHal& req, const VersionRange& vr, bool brace) { in expandInstances() function 417 std::vector<std::string> expandInstances(const MatrixHal& req) { in expandInstances() function 423 return {expandInstances(req, req.versionRanges.front(), false /* brace */)}; in expandInstances() 430 ss.push_back(expandInstances(req, vr, true /* brace */)); in expandInstances()
|
D | HalManifest.cpp | 266 multilineIndent(oss, 8, android::vintf::expandInstances(matrixHal)); in checkIncompatibleHals()
|