Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DHalGroup.h45 std::vector<const Hal*> getHals(const std::string& name) const { in getHals() function
57 std::vector<Hal*> getHals(const std::string& name) { in getHals() function
69 for (const auto& hal : getHals()) { in forEachInstance()
93 for (const auto* hal : getHals(package)) { in forEachInstanceOfPackage()
178 ConstMultiMapValueIterable<std::string, Hal> getHals() const { return iterateValues(mHals); } in getHals() function
182 MultiMapValueIterable<std::string, Hal> getHals() { return iterateValues(mHals); } in getHals() function
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp110 return vm.getHals(); in getHals()
113 return vm.getHals(name); in getHals()
116 return cm.getHals(name); in getHals()
724 for (const auto &hal : getHals(vm)) { in TEST_F()
771 auto nfcHals = getHals(vm, "android.hardware.nfc"); in TEST_F()
804 auto nfcHals = getHals(cm, "android.hardware.nfc"); in TEST_F()
2921 auto foo = getHals(manifest, "android.hardware.foo"); in TEST_F()
3127 auto foo = getHals(manifest, "android.hardware.foo"); in TEST_F()
3130 auto bar = getHals(manifest, "android.hardware.bar"); in TEST_F()
3133 auto baz = getHals(manifest, "android.hardware.baz"); in TEST_F()
[all …]
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal_factory.h41 std::vector<std::shared_ptr<WifiLegacyHal>> getHals();
H A Dwifi_legacy_hal_factory.cpp73 std::vector<std::shared_ptr<WifiLegacyHal>> WifiLegacyHalFactory::getHals() { in getHals() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHalFactory
H A Dwifi.cpp240 legacy_hals_ = legacy_hal_factory_->getHals(); in initializeModeControllerAndLegacyHal()
/aosp12/system/libvintf/
H A DHalManifest.cpp215 for (const ManifestHal* hal : getHals(package)) { in forEachInstanceOfVersion()
246 for (const MatrixHal &matrixHal : mat.getHals()) { in checkIncompatibleHals()
254 for (const ManifestHal* manifestHal : getHals(matrixHal.name)) { in checkIncompatibleHals()
609 for (ManifestHal& hal : getHals()) { in insertInstance()
H A DCompatibilityMatrix.cpp204 auto existingHals = getHals(name); in addAllHalsAsOptional()
438 for (const MatrixHal* hal : getHals(package)) { in forEachInstanceOfVersion()
H A DVintfObject.cpp897 for (const MatrixHal& hal : namedMatrix.getHals()) { in checkDeprecation()
973 namedMatrix.level() == Level::UNSPECIFIED && !namedMatrix.getHals().empty()) { in hasFrameworkCompatibilityMatrixExtensions()
H A Dparse_string.cpp446 for (const auto &hal : vm.getHals()) { in dump()
H A Dparse_xml.cpp1034 appendChildren(root, ManifestHalConverter{}, m.getHals(), d, flags); in mutateNode()