Searched defs:getHals (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ | ||
D | CompatibilityMatrix.cpp | 39 ConstMultiMapValueIterable<std::string, MatrixHal> CompatibilityMatrix::getHals() const { in getHals() function in android::vintf::CompatibilityMatrix |
D | HalManifest.cpp | 102 std::vector<const ManifestHal *> HalManifest::getHals(const std::string &name) const { in getHals() function in android::vintf::HalManifest |
/system/libvintf/test/ | ||
D | main.cpp | 81 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) { in getHals() function |