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

  /frameworks/native/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]);
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-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 */
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 932 int rates[] = {Integer.MAX_VALUE, 0, 1000}; field in class:RadioInfo.CellInfoListRateHandler
    [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
295 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
297 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
298 * Mbps from the support rates element(s) in the Probe Request frames
299 * and not to transmit the frames at any of those rates.
624 * basic_rates: -1 terminated array of basic rates in 100 kbps
    [all...]
driver_nl80211.c 3898 struct nl_msg *msg, *rates = NULL; local
5790 u8 rates[NL80211_MAX_SUPP_RATES]; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 125 uint count; /* # rates in this set */
126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member in struct:wl_bss_info_107::__anon20463
127 } rateset; /* supported rates */
158 uint count; /* # rates in this set */
159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */ member in struct:wl_bss_info_108::__anon20464
160 } rateset; /* supported rates */
200 uint count; /* # rates in this set */
201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic * member in struct:wl_bss_info::__anon20465
489 uint8 rates[WL_MAXRATES_IN_SET]; \/* rates in 500kbps units w\/hi bit set if basic *\/ member in struct:wl_rateset
494 uint8 rates[WL_MAXRATES_IN_SET]; \/* rates in 500kbps units w\/hi bit set if basic *\/ member in struct:wl_rateset_args
4704 uint16 rates; \/* Main Rates *\/ member in struct:__anon20537
    [all...]

Completed in 538 milliseconds