/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 | 82 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr() argument 91 mBands = bands; in CellIdentityNr() 112 cid.bands.stream().mapToInt(Integer::intValue).toArray(), cid.base.mcc, in CellIdentityNr()
|
D | CellIdentityLte.java | 117 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() argument 127 mBands = bands; in CellIdentityLte() 155 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 | 171 List<RadioManager.BandDescriptor> bands = new ArrayList<>(len); in amfmConfigToBands() local 183 bands.add(new RadioManager.FmBandDescriptor(region, RadioManager.BAND_FM, in amfmConfigToBands() 190 bands.add(new RadioManager.AmBandDescriptor(region, RadioManager.BAND_AM, in amfmConfigToBands() 199 return bands.toArray(new RadioManager.BandDescriptor[bands.size()]); in amfmConfigToBands()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityLteTest.java | 264 cid.bands = Arrays.stream(BANDS).boxed().collect(Collectors.toCollection(ArrayList::new)); in testBands()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 3072 switch (specifier.bands.getDiscriminator()) { in convertRadioAccessSpecifier() 3075 halBands = specifier.bands.geranBands(); in convertRadioAccessSpecifier() 3079 halBands = specifier.bands.utranBands(); in convertRadioAccessSpecifier() 3083 halBands = specifier.bands.eutranBands(); in convertRadioAccessSpecifier() 3087 halBands = specifier.bands.ngranBands(); in convertRadioAccessSpecifier()
|
D | RIL.java | 2605 ArrayList<Integer> bands = new ArrayList<>(); in convertRadioAccessSpecifierToRadioHAL() local 2608 bands.add(band); in convertRadioAccessSpecifierToRadioHAL() 2613 rasInHalFormat.geranBands = bands; in convertRadioAccessSpecifierToRadioHAL() 2616 rasInHalFormat.utranBands = bands; in convertRadioAccessSpecifierToRadioHAL() 2619 rasInHalFormat.eutranBands = bands; in convertRadioAccessSpecifierToRadioHAL() 2643 ArrayList<Integer> bands = new ArrayList<>(); in convertRadioAccessSpecifierToRadioHAL_1_5() local 2646 bands.add(band); in convertRadioAccessSpecifierToRadioHAL_1_5() 2651 bandsInHalFormat.geranBands(bands); in convertRadioAccessSpecifierToRadioHAL_1_5() 2654 bandsInHalFormat.utranBands(bands); in convertRadioAccessSpecifierToRadioHAL_1_5() 2657 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/proto_logging/stats/ |
D | atoms.proto | 13355 // tracking signals of multiple frequency bands. 13363 // acquiring signals of multiple frequency bands.
|