/external/wpa_supplicant_8/src/ap/ |
ieee802_11_vht.c | 74 * center freq = 5 GHz + (5 * index) 75 * So index 42 gives center freq 5.210 GHz 186 hapd->cs_freq_params.freq; 222 if (ieee80211_freq_to_chan(iface->freq, &channel) == NUM_HOSTAPD_MODES) 226 if (mode->channels[i].freq == iface->freq)
|
hs20.c | 136 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr, 171 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.c | 2528 int freq, num; local 6000 int freq; local [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 94 * freq - Frequency of the group operational channel in MHz 96 int freq; member in struct:p2p_go_neg_results 598 * @freq: Specific frequency (MHz) to scan or 0 for no restriction 610 * request a scan of a single channel specified by freq. 612 * plus one extra channel specified by freq. 624 int (*p2p_scan)(void *ctx, enum p2p_scan_type type, int freq, 632 * @freq: Forced frequency (in MHz) to use or 0. 651 unsigned int freq); 656 * @freq: Frequency in MHz for the channel on which to transmit 671 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst 1716 int freq; member in struct:p2p_group_config [all...] |
/cts/suite/audio_quality/lib/src/task/ |
TaskSound.cpp | 80 int freq = atoi(tokens->at(2).string()); local 84 AudioHardware::ESampleRate_44100, freq, samples, true);
|
/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/ |
ConsumerIrTest.java | 88 // test min freq 97 // test max freq
|
/external/autotest/client/deps/iwcap/src/ |
iwcap.c | 349 uint32_t freq; local 361 freq = nla_get_u32( 364 pint("freq", freq); 367 if (2000 <= freq && freq <= 3000) 369 else if (4000 <= freq && freq <= 6000)
|
/external/google-benchmark/src/ |
sysinfo.cc | 95 long freq; local 106 ReadIntFromFile("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)) { 109 cpuinfo_cycles_per_second = freq * 1000.0; 117 &freq)) { 120 cpuinfo_cycles_per_second = freq * 1000.0; 222 // 231 error = sysctl_handle_quad(oidp, &freq, 0, req); 225 // 139 error = sysctl_handle_int(oidp, &freq, sizeof(freq), req);
|
/external/iw/ |
mesh.c | 444 unsigned long freq = 0; local 476 /* freq */ 477 if (argc > 1 && strcmp(argv[0], "freq") == 0) { 481 freq = strtoul(argv[0], &end, 10); 484 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq); 503 freq + chanmode_selected->freq1_diff); 605 COMMAND(mesh, join, "<mesh ID> [[freq <freq in MHz> <HT20|HT40+|HT40-|NOHT>]"
|
/external/llvm/include/llvm/CodeGen/ |
CalcSpillWeights.h | 29 /// (sum(use freq) + sum(def freq)) / (K + size)
|
/external/speex/libspeex/ |
lsp.h | 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack); 57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
|
/external/strace/ |
print_timex.c | 52 tprintf(", offset=%jd, freq=%jd, maxerror=%ju, esterror=%ju, status=", 53 (intmax_t) tx.offset, (intmax_t) tx.freq,
|
/external/strace/tests/ |
adjtimex.c | 45 printf("adjtimex\\(\\{modes=0, offset=%jd, freq=%jd, maxerror=%jd" 55 (intmax_t) tx.freq,
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
external_media_test.cc | 102 << "Resampling succeeds for freq=" << f; 121 << "Resampling fails for freq=" << f;
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 28 // kCoefTable[freq][gain][bw][coef] 29 // freq - peak frequency, in octaves below Nyquist,from -9 to -1.
|
AudioShelvingFilter.cpp | 28 // kCoefTable[freq][gain][coef] 29 // freq - cutoff frequency, in octaves below Nyquist,from -10 to -6 in low
|
/frameworks/base/core/java/com/android/internal/os/ |
KernelCpuSpeedReader.java | 33 * freq time 85 Slog.e(TAG, "Failed to read cpu-freq: " + e.getMessage());
|
/frameworks/base/libs/common_time/ |
common_clock_service.h | 40 virtual status_t getCommonFreq(uint64_t* freq); 42 virtual status_t getLocalFreq(uint64_t* freq);
|
/frameworks/base/media/tests/audiotests/ |
shared_mem_test.cpp | 81 long freq = 1237; local 84 f0 = pow(2., 32.) * freq / (float)rate;
|
/frameworks/base/wifi/java/android/net/wifi/ |
ScanResult.java | 279 * TODO: makes real freq boundaries 281 public static boolean is24GHz(int freq) { 282 return freq > 2400 && freq < 2500; 294 * TODO: makes real freq boundaries 296 public static boolean is5GHz(int freq) { 297 return freq > 4900 && freq < 5900;
|
/hardware/bsp/intel/peripheral/libupm/src/adafruitss/ |
adafruitss.h | 96 * @param freq Frequency at which the servos operate 98 void setPWMFreq(float freq);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
timex.h | 28 long int freq; /* frequency offset (scaled ppm) */ member in struct:timex 85 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
timex.h | 28 long int freq; /* frequency offset (scaled ppm) */ member in struct:timex 85 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */
|
/development/ndk/platforms/android-3/include/linux/ |
timex.h | 39 long freq; member in struct:timex
|
/device/google/dragon/audio/hal/dsp/ |
biquad.h | 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
|