/frameworks/base/services/core/jni/BroadcastRadio/ |
D | BroadcastRadioService.cpp | 75 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()
|
D | regions.cpp | 175 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()
|
D | regions.h | 37 mapRegions(const hardware::hidl_vec<V1_0::BandConfig>& bands);
|
D | convert.cpp | 387 auto regionalBands = regions::mapRegions(prop10.bands); in ModulePropertiesFromHal()
|
/frameworks/base/telephony/java/android/telephony/ |
D | RadioAccessSpecifier.java | 73 public RadioAccessSpecifier(int ran, int[] bands, int[] channels) { in RadioAccessSpecifier() argument 75 if (bands != null) { in RadioAccessSpecifier() 76 this.mBands = bands.clone(); in RadioAccessSpecifier()
|
D | AvailableNetworkInfo.java | 155 @NonNull List<Integer> bands) { in AvailableNetworkInfo() argument 159 mBands = new ArrayList<Integer>(bands); in AvailableNetworkInfo()
|
D | CellIdentityNr.java | 68 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()
|
D | CellIdentityLte.java | 115 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/ |
D | Convert.java | 172 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/ |
D | RIL.java | 2426 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/ |
D | RadioManager.java | 227 BandDescriptor[] bands, boolean isBgScanSupported, in ModuleProperties() argument 243 mBands = bands; in ModuleProperties()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 595 // supports both 2.4 GHz and 5 GHz bands.
|