/external/autotest/server/cros/ap_configurators/ |
linksyswrt54gl_ap_configurator.py | 19 return [{'band': ap_spec.BAND_2GHZ, 24 return [{'band': ap_spec.BAND_2GHZ, 42 def _set_mode(self, mode, band=None):
|
linksyswrt54gs2_ap_configurator.py | 14 return [{'band': ap_spec.BAND_2GHZ,
|
netgear3700_ap_configurator.py | 51 return [{'band': ap_spec.BAND_2GHZ, 53 {'band': ap_spec.BAND_5GHZ, 58 return [{'band': ap_spec.BAND_5GHZ, 60 {'band': ap_spec.BAND_2GHZ,
|
trendnet432brp_ap_configurator.py | 38 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 13)}] 42 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_G]}] 106 def set_band(self, band): 110 def set_mode(self, mode, band=None):
|
dlink_dir300_ap_configurator.py | 23 return [{'band': ap_spec.BAND_2GHZ, 28 return [{'band': ap_spec.BAND_2GHZ, 91 def set_mode(self, mode, band=None): 92 # Mode overrides the band. So if a band change is made after a mode 150 def set_band(self, band):
|
keeboxw150nr_ap_configurator.py | 114 def set_band(self, band): 126 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 12)}] 138 return [{'band': ap_spec.BAND_2GHZ, 146 def set_mode(self, mode, band=None): 150 def _set_mode(self, mode, band=None): 170 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 11)}]
|
/external/autotest/client/cros/cellular/ |
base_station_interface.py | 33 def SetFrequencyBand(self, band): 37 band: A band number, from the UMTS bands summarized at 39 Use band 5 for 800MHz C2k/EV-DO, 2 for 1900MHz C2k/EV-DO
|
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/ |
control | 19 SMART value is failing or eMMC wear out is in 90-100% band or higher.
|
control.non_cache | 16 SMART value is failing or eMMC wear out is in 90-100% band or higher.
|
/external/iproute2/tc/ |
q_prio.c | 60 unsigned band; local 66 if (get_unsigned(&band, *argv, 10)) { 70 if (band >= opt.bands) { 78 opt.priomap[idx++] = band;
|
q_rr.c | 61 unsigned band; local 67 if (get_unsigned(&band, *argv, 10)) { 71 if (band > opt.bands) { 79 opt.priomap[idx++] = band;
|
/external/libnl/src/ |
disabled-nl-qdisc-add.c | 98 int prio, band; local 107 band = strtoul(argv[i+1], NULL, 0); 109 map[prio] = band; 122 "MAP := <prio> <band>\n");
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
fast_marching.hpp | 84 enum { INSIDE = 0, BAND = 1, KNOWN = 255 }; 109 cv::Mat_<int> index_; // index of point in the narrow band 110 std::vector<DXY> narrowBand_; // narrow band heap 111 int size_; // narrow band size
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
band_nrg.h | 19 Content: Band/Line energy calculations functions
|
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiScanner.aidl | 29 Bundle getAvailableChannels(int band);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
PresetKnownBandsChannelHelper.java | 20 * KnownBandsChannelHelper that uses a supplied list of band to channels mappings.
|
/system/connectivity/apmanager/ |
device.cc | 84 // Parse WiFi band capabilities. 99 LOG(WARNING) << "WiFi band " << band_iter.GetId() << " not found"; 103 // ...Each band has a FREQS attribute... 107 LOG(ERROR) << "BAND " << band_iter.GetId() 181 // Get the band capability based on the channel. 184 LOG(ERROR) << "No band capability found for channel " << channel; 357 for (const auto& band : band_capability_) { 358 if (std::find(band.frequencies.begin(), 359 band.frequencies.end(), 360 frequency) != band.frequencies.end()) [all...] |
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
control.debug | 31 band=ap_spec.BAND_2GHZ, 34 band=ap_spec.BAND_5GHZ,
|
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/ |
control.debug | 25 band=ap_spec.BAND_2GHZ, 28 band=ap_spec.BAND_5GHZ,
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
noise_suppression_x.h | 72 * - speechFrame : Pointer to speech frame buffer for each band 77 * - outFrame : Pointer to output frame for each band
|
/frameworks/base/core/java/android/bluetooth/ |
OobData.java | 25 * Out Of Band Data for Bluetooth device pairing. 28 * an out-of-band channel (eg. NFC).
|
/packages/services/Car/service/src/com/android/car/hal/ |
RadioHalService.java | 223 private boolean isValidBand(int band) { 224 // Check for band info. 225 if (band != RadioManager.BAND_AM && 226 band != RadioManager.BAND_FM && 227 band != RadioManager.BAND_FM_HD && 228 band != RadioManager.BAND_AM_HD) { 229 Log.e(TAG, "Preset band is not valid: " + band);
|
/external/speex/libspeex/ |
modes_wb.c | 62 /* Split-VQ innovation for high-band wideband */ 72 /* Split-VQ innovation for high-band wideband */ 179 /* Split-band wideband CELP mode*/ 206 "wideband (sub-band CELP)", 225 /* Split-band "ultra-wideband" (32 kbps) CELP mode*/ 276 "ultra-wideband (sub-band CELP)",
|
/external/opencv3/3rdparty/libjasper/ |
jpc_dec.c | 643 jpc_dec_band_t *band; local 771 for (bandno = 0, band = rlvl->bands; 772 bandno < rlvl->numbands; ++bandno, ++band) { 777 band->orient = bnd->orient; 778 band->stepsize = ccp->stepsizes[bndno]; 779 band->analgain = JPC_NOMINALGAIN(ccp->qmfbid, 780 tcomp->numrlvls - 1, rlvlno, band->orient); 781 band->absstepsize = jpc_calcabsstepsize(band->stepsize, 782 cmpt->prec + band->analgain) 915 jpc_dec_band_t *band; local 1022 jpc_dec_band_t *band; local 1991 jpc_dec_band_t *band; local [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
LVM.h | 96 /* N-Band Equalizer */ 150 /* N-Band Equaliser operating mode */ 243 /* N-Band equaliser band definition */ 246 LVM_INT16 Gain; /* Band gain in dB */ 247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */ 248 LVM_UINT16 QFactor; /* Band quality factor (x100) */ 252 /* Headroom band definition */ 255 LVM_UINT16 Limit_Low; /* Low frequency limit of the band in Hertz */ 256 LVM_UINT16 Limit_High; /* High frequency limit of the band in Hertz * [all...] |