Lines Matching refs:getHals
76 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()
334 for (const ManifestHal &manifestHal : getHals()) { in generateCompatibleMatrix()