Searched defs:bands (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
H A Dregions.cpp175 std::vector<RegionalBandConfig> mapRegions(const hidl_vec<BandConfig>& bands) { argument
181 for (auto&& tunerBand : bands) {
189 ALOGI("Mapped %zu tuner bands to %zu regional bands", bands.size(), out.size());
H A DBroadcastRadioService.cpp75 std::vector<hardware::broadcastradio::V1_0::BandConfig> bands; member in struct:android::server::BroadcastRadio::BroadcastRadioService::Module
183 nModule.bands = properties.base.bands;
191 nModule.bands = properties.bands;
229 if (module.bands.size() == 0) {
230 ALOGE("No bands defined");
233 bandConfigHal = module.bands[0];
237 auto fmIt = std::find_if(module.bands.begin(), module.bands
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessSpecifier.java27 * The scan can be performed on either bands or channels for a specific radio access network type.
41 * The frequency bands that need to be scanned
43 * When no specific bands are specified (empty array or null), all the frequency bands
53 * When any specific channels are provided for scan, the corresponding frequency bands that
64 * Creates a new RadioAccessSpecifier with radio network, bands and channels
67 * bands or channels.
70 * @param bands the frequency bands to be scanned
71 * @param channels the frequency bands t
73 RadioAccessSpecifier(int ran, int[] bands, int[] channels) argument
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java199 * Lists properties, options and radio bands supported by a given broadcast radio module.
227 BandDescriptor[] bands, boolean isBgScanSupported,
243 mBands = bands;
419 /** List of descriptors for all bands supported by this module.
534 /** Radio band descriptor: an element in ModuleProperties bands array.
224 ModuleProperties(int id, String serviceName, int classId, String implementor, String product, String version, String serial, int numTuners, int numAudioSources, boolean isInitializationRequired, boolean isCaptureSupported, BandDescriptor[] bands, boolean isBgScanSupported, @ProgramSelector.ProgramType int[] supportedProgramTypes, @ProgramSelector.IdentifierType int[] supportedIdentifierTypes, @Nullable Map<String, Integer> dabFrequencyTable, Map<String, String> vendorInfo) argument

Completed in 56 milliseconds