Home
last modified time | relevance | path

Searched refs:getHals (Results 1 – 7 of 7) sorted by relevance

/system/libvintf/
DHalManifest.cpp76 for (const auto &hal : getHals()) { in getHalNamesAndVersions()
86 for (const ManifestHal *hal : getHals(name)) { in getInterfaceNames()
102 std::vector<const ManifestHal *> HalManifest::getHals(const std::string &name) const { in getHals() function in android::vintf::HalManifest
110 std::vector<ManifestHal *> HalManifest::getHals(const std::string &name) { in getHals() function in android::vintf::HalManifest
122 for (const ManifestHal *hal : getHals(package)) { in getTransport()
149 ConstMultiMapValueIterable<std::string, ManifestHal> HalManifest::getHals() const { in getHals() function in android::vintf::HalManifest
155 for (const ManifestHal *hal : getHals(name)) { in getSupportedVersions()
165 for (const ManifestHal *hal : getHals(halName)) { in getInstances()
220 for (const ManifestHal* manifestHal : getHals(matrixHal.name)) { in isCompatible()
248 for (const MatrixHal &matrixHal : mat.getHals()) { in checkIncompatibility()
[all …]
DCompatibilityMatrix.cpp39 ConstMultiMapValueIterable<std::string, MatrixHal> CompatibilityMatrix::getHals() const { in getHals() function in android::vintf::CompatibilityMatrix
Dparse_string.cpp364 for (const auto &hal : vm.getHals()) { in dump()
Dparse_xml.cpp614 appendChildren(root, manifestHalConverter, m.getHals(), d); in mutateNode()
/system/libvintf/include/vintf/
DHalManifest.h115 std::vector<const ManifestHal *> getHals(const std::string &name) const;
116 std::vector<ManifestHal *> getHals(const std::string &name);
139 ConstMultiMapValueIterable<std::string, ManifestHal> getHals() const;
DCompatibilityMatrix.h54 ConstMultiMapValueIterable<std::string, MatrixHal> getHals() const;
/system/libvintf/test/
Dmain.cpp81 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) { in getHals() function
82 return vm.getHals(); in getHals()
620 for (const auto &hal : getHals(vm)) { in TEST_F()