HomeSort by relevance Sort by last modified time
    Searched defs:bands (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /frameworks/base/telephony/java/android/telephony/
RadioAccessSpecifier.java 27 * The scan can be performed on either bands or channels for a specific radio access network type.
40 * The frequency bands that need to be scanned
42 * bands must be used together with radioAccessNetwork
46 public int[] bands; field in class:RadioAccessSpecifier
58 * Creates a new RadioAccessSpecifier with radio network, bands and channels
61 * bands or channels.
64 * @param bands the frequency bands to be scanned
65 * @param channels the frequency bands to be scanned
67 public RadioAccessSpecifier(int ran, int[] bands, int[] channels)
    [all...]
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 24 // bands, with access to a pointer arrays of the deinterleaved channels and
25 // bands. The buffer is zero initialized at creation.
27 // The buffer structure is showed below for a 2 channel and 2 bands case:
86 // Returns a pointer array to the bands for a specific channel.
88 // bands(channel)[band][sample].
93 const T* const* bands(size_t channel) const { function in class:webrtc::ChannelBuffer
98 T* const* bands(size_t channel) { function in class:webrtc::ChannelBuffer
100 return const_cast<T* const*>(t->bands(channel));
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 182 BandConfig *bands = local
185 convertBandConfigFromHal(&bands[i], &halProperties->bands[i]);
187 properties->bands.setToExternal(bands, halProperties->num_bands);
189 properties->bands.resize(halProperties->num_bands);
190 delete[] bands;
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 240 int bands; local
414 bands = (dest_height + dest_band_height - 1) / dest_band_height;
416 for (k = 0; k < bands; k++) {
  /external/wpa_supplicant_8/src/fst/
fst_group.c 106 unsigned bands[MB_BAND_ID_WIFI_60GHZ + 1] = {}; local
115 if (b >= ARRAY_SIZE(bands) || bands[b]++)
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 157 int bands[] = (int[])result.result; local
159 if(bands.length == 0) {
164 int size = bands[0];
170 if (bands[i] == Phone.BM_UNSPECIFIED) {
173 item = new BandListItem(bands[i]);
  /system/connectivity/wificond/net/
netlink_utils.cpp 284 vector<NL80211NestedAttr> bands; local
285 if (!bands_attr.GetListOfNestedAttributes(&bands)) {
286 LOG(ERROR) << "Failed to get bands within NL80211_ATTR_WIPHY_BANDS";
292 for (unsigned int band_index = 0; band_index < bands.size(); band_index++) {
294 if (!bands[band_index].GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 105 short bands = mEqualizer.getNumberOfBands(); local
110 for (short i = 0; i < bands; i++) {
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 152 opj_tcd_band_t bands[3]; /* subband information */ member in struct:opj_tcd_resolution
  /system/core/libsystem/include/system/
radio.h 144 radio_hal_band_config_t bands[RADIO_NUM_BANDS_MAX]; /* band descriptors */ member in struct:radio_hal_properties
160 radio_band_config_t bands[RADIO_NUM_BANDS_MAX]; member in struct:radio_properties
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 41 /** @defgroup net80211_band RF bands on which an 802.11 device can transmit */
48 /** Number of RF bands */
452 /** A bitwise OR of the bands on which this device can communicate */
453 int bands; member in struct:net80211_hw_info
    [all...]
  /development/ndk/platforms/android-9/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /external/freetype/src/smooth/
ftgrays.c 1744 TCoord bands[32]; \/* enough to accommodate bisections *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1785 gray_TBand bands[40]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 6 /* Logical priority bands not depending on specific packet scheduler.
124 int bands; /* Number of bands */ member in struct:tc_prio_qopt
131 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
pkt_sched.h 72 int bands; member in struct:tc_prio_qopt

Completed in 1493 milliseconds

1 2 3 4 5