Home
last modified time | relevance | path

Searched refs:bands (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp75 std::vector<hardware::broadcastradio::V1_0::BandConfig> bands; member
183 nModule.bands = properties.base.bands; in nativeLoadModules()
191 nModule.bands = properties.bands; in nativeLoadModules()
229 if (module.bands.size() == 0) { in nativeOpenTuner()
233 bandConfigHal = module.bands[0]; in nativeOpenTuner()
237 auto fmIt = std::find_if(module.bands.begin(), module.bands.end(), in nativeOpenTuner()
239 if (fmIt != module.bands.end()) bandConfigHal = *fmIt; in nativeOpenTuner()
Dregions.cpp175 std::vector<RegionalBandConfig> mapRegions(const hidl_vec<BandConfig>& bands) { in mapRegions() argument
181 for (auto&& tunerBand : bands) { in mapRegions()
189 ALOGI("Mapped %zu tuner bands to %zu regional bands", bands.size(), out.size()); in mapRegions()
Dregions.h37 mapRegions(const hardware::hidl_vec<V1_0::BandConfig>& bands);
Dconvert.cpp387 auto regionalBands = regions::mapRegions(prop10.bands); in ModulePropertiesFromHal()
/frameworks/base/telephony/java/android/telephony/
DRadioAccessSpecifier.java73 public RadioAccessSpecifier(int ran, int[] bands, int[] channels) { in RadioAccessSpecifier() argument
75 if (bands != null) { in RadioAccessSpecifier()
76 this.mBands = bands.clone(); in RadioAccessSpecifier()
DAvailableNetworkInfo.java155 @NonNull List<Integer> bands) { in AvailableNetworkInfo() argument
159 mBands = new ArrayList<Integer>(bands); in AvailableNetworkInfo()
DCellIdentityNr.java68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument
77 mBands = bands; in CellIdentityNr()
98 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.mcc, in CellIdentityNr()
DCellIdentityLte.java115 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument
125 mBands = bands; in CellIdentityLte()
153 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.bandwidth, in CellIdentityLte()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DConvert.java172 List<RadioManager.BandDescriptor> bands = new ArrayList<>(len); in amfmConfigToBands() local
184 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands()
191 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands()
200 return bands.toArray(new RadioManager.BandDescriptor[bands.size()]); in amfmConfigToBands()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2426 ArrayList<Integer> bands = new ArrayList<>(); in convertRadioAccessSpecifierToRadioHAL() local
2429 bands.add(band); in convertRadioAccessSpecifierToRadioHAL()
2434 rasInHalFormat.geranBands = bands; in convertRadioAccessSpecifierToRadioHAL()
2437 rasInHalFormat.utranBands = bands; in convertRadioAccessSpecifierToRadioHAL()
2440 rasInHalFormat.eutranBands = bands; in convertRadioAccessSpecifierToRadioHAL()
2464 ArrayList<Integer> bands = new ArrayList<>(); in convertRadioAccessSpecifierToRadioHAL_1_5() local
2467 bands.add(band); in convertRadioAccessSpecifierToRadioHAL_1_5()
2472 bandsInHalFormat.geranBands(bands); in convertRadioAccessSpecifierToRadioHAL_1_5()
2475 bandsInHalFormat.utranBands(bands); in convertRadioAccessSpecifierToRadioHAL_1_5()
2478 bandsInHalFormat.eutranBands(bands); in convertRadioAccessSpecifierToRadioHAL_1_5()
[all …]
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java227 BandDescriptor[] bands, boolean isBgScanSupported, in ModuleProperties() argument
243 mBands = bands; in ModuleProperties()
/frameworks/base/proto/src/
Dwifi.proto595 // supports both 2.4 GHz and 5 GHz bands.