Searched refs:getHals (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/libvintf/include/vintf/ |
H A D | HalGroup.h | 45 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 D | LibVintfTest.cpp | 110 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 D | wifi_legacy_hal_factory.h | 41 std::vector<std::shared_ptr<WifiLegacyHal>> getHals();
|
H A D | wifi_legacy_hal_factory.cpp | 73 std::vector<std::shared_ptr<WifiLegacyHal>> WifiLegacyHalFactory::getHals() { in getHals() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHalFactory
|
H A D | wifi.cpp | 240 legacy_hals_ = legacy_hal_factory_->getHals(); in initializeModeControllerAndLegacyHal()
|
/aosp12/system/libvintf/ |
H A D | HalManifest.cpp | 215 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 D | CompatibilityMatrix.cpp | 204 auto existingHals = getHals(name); in addAllHalsAsOptional() 438 for (const MatrixHal* hal : getHals(package)) { in forEachInstanceOfVersion()
|
H A D | VintfObject.cpp | 897 for (const MatrixHal& hal : namedMatrix.getHals()) { in checkDeprecation() 973 namedMatrix.level() == Level::UNSPECIFIED && !namedMatrix.getHals().empty()) { in hasFrameworkCompatibilityMatrixExtensions()
|
H A D | parse_string.cpp | 446 for (const auto &hal : vm.getHals()) { in dump()
|
H A D | parse_xml.cpp | 1034 appendChildren(root, ManifestHalConverter{}, m.getHals(), d, flags); in mutateNode()
|