HomeSort by relevance Sort by last modified time
    Searched defs:rates (Results 1 - 18 of 18) sorted by null

  /frameworks/base/services/sensorservice/
SensorDevice.h 40 mutable Mutex mLock; // protect mActivationCount[].rates
44 KeyedVector<void*, nsecs_t> rates; member in struct:android::SensorDevice::Info
  /external/iptables/extensions/
libxt_limit.c 108 static const struct rates struct
112 } rates[] = { { "day", XT_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
121 for (i = 1; i < ARRAY_SIZE(rates); ++i)
122 if (period > rates[i].mult
123 || rates[i].mult/period < rates[i].mult%period)
126 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
libxt_hashlimit.c 311 static const struct rates struct
315 } rates[] = { { "day", XT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
324 for (i = 1; i < ARRAY_SIZE(rates); ++i)
325 if (period > rates[i].mult
326 || rates[i].mult/period < rates[i].mult%period)
329 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aac_rom.c 1425 const int rates[8] = { variable
    [all...]
  /external/iproute2/misc/
ifstat.c 220 double *rates = n->rate; local
228 rates = h1->rate;
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i)
256 if (rates[i] > mega) {
257 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
259 } else if (rates[i] > kilo) {
260 sprintf(temp, "%uK", (unsigned)(rates[i]/kilo));
263 fprintf(fp, "%-6u ", (unsigned)rates[i]);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 82 because of the rates bits.
87 | Rx Level | Privacy | Attempts |Rates | Modulation |Preamble | Channel | Spectrum | Reserved |
108 /* Rates */
251 dot11_RATES_t rates; local
317 /* Build Rates */
328 rates.hdr[0] = DOT11_SUPPORTED_RATES_ELE_ID;
329 rates.hdr[1] = len;
330 os_memoryCopy(pSiteMgr->hOs, (void *)rates.rates, ratesBuf, rates.hdr[1])
    [all...]
mlmeApi.h 210 dot11_RATES_t rates; member in struct:__anon19300
  /external/tcpdump/
ieee802_11.h 242 struct rates_t rates; member in struct:mgmt_body_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 220 unsigned int rates; /* SNDRV_PCM_RATE_* */ member in struct:snd_soc_pcm_stream
pcm.h 46 unsigned int rates; /* SNDRV_PCM_RATE_* */ member in struct:snd_pcm_hardware
106 /* If you change this don't forget to change rates[] table in pcm_native.c */
122 #define SNDRV_PCM_RATE_KNOT (1<<31) /* supports more non-continuos rates */
    [all...]
ac97_codec.h 401 /* rates indexes */
495 unsigned int rates[6]; /* see AC97_RATES_* defines */ member in struct:snd_ac97
620 unsigned int rates; /* available rates */ member in struct:ac97_pcm
626 } r[2]; /* 0 = standard rates, 1 = double rates */
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 109 wpa_s->mlme.curr_rates = mode->rates;
1035 u8 rates[32]; local
1146 if (rates_len > sizeof(rates))
1147 rates_len = sizeof(rates);
1148 os_memcpy(rates, elems.supp_rates, rates_len);
1151 if (_len > sizeof(rates) - rates_len)
1152 _len = sizeof(rates) - rates_len;
1153 os_memcpy(rates + rates_len, elems.ext_supp_rates, _len);
1170 if (wpa_drv_mlme_add_sta(wpa_s, wpa_s->bssid, rates, rates_len) < 0) {
2060 int res = 0, rates, done = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 363 struct wpa_rate_data *rates; member in struct:wpa_hw_modes
826 * get_hw_feature_data - Get hardware support data (channels and rates)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 79 * num_rates - Number of entries in the rates array
84 * rates - Array of supported rates in 100 kbps units
86 int *rates; member in struct:hostapd_hw_modes
267 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
269 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
270 * Mbps from the support rates element(s) in the Probe Request frames
271 * and not to transmit the frames at any of those rates.
573 * basic_rates: -1 terminated array of basic rates in 100 kbps
    [all...]
driver_nl80211.c 3417 struct nl_msg *msg, *ssids, *freqs, *rates; local
5254 u8 rates[NL80211_MAX_SUPP_RATES]; local
    [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 470 /* Supportted rates Information Element */
476 TI_UINT8 rates[DOT11_MAX_SUPPORTED_RATES]; member in struct:__anon19357
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 90 uint8 rates[16]; member in struct:wl_bss_info_108::__anon17678
125 uint8 rates[16]; member in struct:wl_bss_info::__anon17679
292 uint8 rates[WL_NUMRATES]; member in struct:wl_rateset
297 uint8 rates[WL_NUMRATES]; member in struct:wl_rateset_args
2307 uint16 rates; member in struct:__anon17704
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 90 uint8 rates[16]; member in struct:wl_bss_info_108::__anon17737
125 uint8 rates[16]; member in struct:wl_bss_info::__anon17738
292 uint8 rates[WL_NUMRATES]; member in struct:wl_rateset
297 uint8 rates[WL_NUMRATES]; member in struct:wl_rateset_args
2307 uint16 rates; member in struct:__anon17763
    [all...]

Completed in 541 milliseconds