HomeSort by relevance Sort by last modified time
    Searched refs:band (Results 176 - 200 of 354) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java 333 // Full band scan results only.
336 localLog("AllSingleScanListener waiting for full band scan results.");
663 // Helper for selecting the band for connectivity scan
684 // Helper for setting the channels for connectivity scan when band is unspecified. Returns
703 localLog("No scan channels for " + config.configKey() + ". Perform full band scan");
745 localLog("No full band scan due to heavy traffic, txSuccessRate="
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BackgroundScanSchedulerTest.java 680 assertEquals("band", schedule.buckets[0].band, WifiScanner.WIFI_BAND_BOTH_WITH_DFS);
    [all...]
KnownBandsChannelHelperTest.java 87 * check a settings object with a band
90 public void band() { method in class:KnownBandsChannelHelperTest.EstimateScanDurationTest
119 private void testBand(int[] expectedChannels, int band) {
121 mChannelHelper.getAvailableScanChannels(band);
130 * test the 2.4GHz band
138 * test the 5GHz band
146 * test the 5GHz DFS band
154 * test the 2.4GHz and 5GHz band
229 * check a settings object with a band specified
318 * Add a single band to the collectio
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 296 Returns index of nearest band border
301 \param pointer to table of band borders
303 \return band border
313 INT lineNumber, band; local
322 /* find band the line number lies in */
323 for (band=0; band<numOfBands; band++) {
324 if (bandStartOffset[band+1]>lineNumber) break;
327 /* round to nearest band border *
    [all...]
  /external/iw/
phy.c 120 enum nl80211_band band; local
121 band = freq <= 14 ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ;
122 freq = ieee80211_channel_to_frequency(freq, band);
  /external/pdfium/third_party/libopenjpeg20/
t1.c 1283 opj_tcd_band_t* restrict band = &res->bands[bandno]; local
1475 opj_tcd_band_t* restrict band = &res->bands[bandno]; local
    [all...]
tcd.c 72 opj_tcd_band_t *band = &res->bands[bandno]; local
73 fprintf(fd, " band {\n");
76 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps);
78 opj_tcd_precinct_t *prec = &band->precincts[precno];
237 opj_tcd_band_t *band = &res->bands[bandno] local
330 opj_tcd_band_t *band = &res->bands[bandno]; local
426 opj_tcd_band_t *band = &res->bands[bandno]; local
    [all...]
  /external/aac/libAACdec/src/
block.h 105 int band,
conceal.cpp 571 int pnsBand, band, group, win; local
627 for (band=0; band < GetScaleFactorBandsTransmitted(pIcsInfo); band++)
629 pnsBand = group * 16 + band;
    [all...]
  /external/autotest/server/cros/ap_configurators/
netgear4300_ap_configurator.py 42 return [{'band': ap_spec.BAND_2GHZ,
44 {'band': ap_spec.BAND_5GHZ,
49 return [{'band': ap_spec.BAND_5GHZ,
51 {'band': ap_spec.BAND_2GHZ,
104 def _set_mode(self, mode, band=None):
trendnet731br_ap_configurator.py 67 return [{'band': ap_spec.BAND_2GHZ,
75 def _set_mode(self, mode, band=None):
94 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 12)}]
trendnet812dru_ap_configurator.py 31 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_N]},
32 {'band': ap_spec.BAND_5GHZ, 'modes': [ap_spec.MODE_N]}]
79 raise RuntimeError('Incorrect band band = %s' % self.current_band)
89 def _set_mode(self, mode, band=None):
  /external/opencv3/3rdparty/libjasper/
jpc_enc.h 388 /* The per-band information. */
389 struct jpc_enc_band_s *band; member in struct:jpc_enc_prc_s
401 /* Encoder per-band state information. */
408 /* The coefficient data for this band. */
411 /* The orientation of this band (i.e., LL, LH, HL, or HH). */
414 /* The number of bit planes associated with this band. */
424 this band. (The MCT is not considered in this value.) */
427 /* The analysis gain for this band. */
456 relative to the associated LL band. */
460 relative to the associated LL band. *
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 540 LVM_EQNB_BandDef_t BandDefs[MAX_NUM_BANDS]; /* Equaliser band definitions */
626 /* N-Band Equaliser parameters */
1628 int band = 0; local
2460 int32_t band; local
    [all...]
  /frameworks/av/radio/
IRadioService.cpp 91 config == NULL ? 0 : config, withAudio, config->region, config->band.type);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java 570 settings.band = originalSettings.band;
591 currentBucketSettings.band = WifiScanner.WIFI_BAND_UNSPECIFIED;
610 targetBucketSettings.band = WifiScanner.WIFI_BAND_UNSPECIFIED;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
list.h 61 ISL_DECLARE_LIST(band)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
list.h 61 ISL_DECLARE_LIST(band)
  /external/wpa_supplicant_8/src/fst/
fst_group.c 55 const u8 *own_addr, enum mb_band_id band, u8 channel)
78 mbie->band_id = band;
378 * multiple MB IEs creation according to the spec (see 10.32 Multi-band
435 fst_printf_iface(i, MSG_DEBUG, "multi-band IE set to %p", mbie);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 27 /* A chanspec holds the channel number, band, bandwidth and control sideband */
38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */
39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
322 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */
328 #define WF_CHAN_FACTOR_5_G 10000 /* 5 GHz band, 5000 MHz */
334 #define WF_CHAN_FACTOR_4_G 8000 /* 4.9 GHz band for Japan */
336 #define WLC_2G_25MHZ_OFFSET 5 /* 2.4GHz band channel offset */
363 * specified a band, bw, ctl_sb and channel and that the combination could b
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 225 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_channel_se_s
233 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_chanlist_entry_s
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerScanTest.py 81 "band": WifiEnums.WIFI_BAND_BOTH,
86 "band": WifiEnums.WIFI_BAND_BOTH,
129 if scan_type == "band":
137 if scan_type == "band":
510 def check_get_available_channels_with_one_band(self, band):
511 """Common logic to check available channels for a band.
513 1. Get available channels for band.
514 2. Verify that channels match with supported channels for band.
517 band: wifi band.""
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 50 /** no band specified; use channel list instead */
53 /** 2.4 GHz band */
54 public static final int WIFI_BAND_24_GHZ = 1; /* 2.4 GHz band */
55 /** 5 GHz band excluding DFS channels */
56 public static final int WIFI_BAND_5_GHZ = 2; /* 5 GHz band without DFS channels */
57 /** DFS channels from 5 GHz band only */
58 public static final int WIFI_BAND_5_GHZ_DFS_ONLY = 4; /* 5 GHz band with DFS channels */
59 /** 5 GHz band including DFS channels */
60 public static final int WIFI_BAND_5_GHZ_WITH_DFS = 6; /* 5 GHz band with DFS channels */
61 /** Both 2.4 GHz band and 5 GHz band; no DFS channels *
172 public int band; field in class:WifiScanner.ScanSettings
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 340 if (j.has("band")) {
341 result.band = j.optInt("band");
473 @Rpc(description = "Returns the channels covered by the specified band number.")
475 @RpcParameter(name = "band") Integer band) {
476 return mScan.getAvailableChannels(band);
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 215 /* compare frequency band data */
884 int band, isValidData = 0; local
894 for (band = 0; band < numBands; band += 1) {
895 if ( !((pNextFact_mag[band] == FL2FXCONST_DBL(0.5)) && (nextFact_exp == 1))
896 && !((pNextFact_mag[band] == (FIXP_DBL)MAXVAL_DBL) && (nextFact_exp == 0)) ) {
    [all...]

Completed in 2012 milliseconds

1 2 3 4 5 6 78 91011>>