/external/wpa_supplicant_8/src/p2p/ |
p2p_go_neg.c | 185 int freq; local 187 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq; 188 if (freq <= 0) { 209 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr, 300 int freq; local 308 freq = p2p_channel_to_freq(p2p->cfg->country, p2p->op_reg_class, 310 if (freq >= 2400 && freq < 2500 && p2p->best_freq_5 > 0 && 322 if (freq >= 4900 && freq < 6000 && p2p->best_freq_24 > 0 & 355 int freq; local 719 int freq; local [all...] |
p2p_sd.c | 109 u8 dialog_token, int freq) 118 if (p2p_send_action(p2p, freq, dst, p2p->cfg->dev_addr, dst, 194 int freq; local 196 freq = dev->listen_freq > 0 ? dev->listen_freq : dev->oper_freq; 197 if (freq <= 0) { 221 if (p2p_send_action(p2p, freq, dev->info.p2p_device_addr, 243 int freq; local 251 freq = rx_freq; 253 freq = p2p_channel_to_freq(p2p->cfg->country, 256 if (freq < 0 [all...] |
/frameworks/av/media/libaah_rtp/ |
aah_rx_player.cpp | 76 uint64_t freq; local 77 res = cc_helper_.getCommonFreq(&freq);
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 210 setFrequency(band, bandCfg.freq); 266 uint32_t freq = mpPeakingFilters[i].getFrequency(); local 267 if (freq >= targetFreq) { 268 high = freq; 272 low = freq;
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 43 int freq; /* DSP frequency -- samples per second */ member in struct:SDL_AudioSpec 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 132 * following formula: ms = (samples*1000)/freq
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 43 int freq; /* DSP frequency -- samples per second */ member in struct:SDL_AudioSpec 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 132 * following formula: ms = (samples*1000)/freq
|
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_audio.h | 49 int freq; /* DSP frequency -- samples per second */ member in struct:SDL_AudioSpec 127 * 'desired->freq' should be the desired audio frequency in samples-per-second. 138 * following formula: ms = (samples*1000)/freq
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_audio.h | 43 int freq; /* DSP frequency -- samples per second */ member in struct:SDL_AudioSpec 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 132 * following formula: ms = (samples*1000)/freq
|
/sdk/emulator/qtools/ |
bbprof.cpp | 13 int freq; // execution frequency member in struct:MyStaticRec 55 if (bb1->freq < bb2->freq) 57 if (bb1->freq > bb2->freq) 89 blocks[ii].freq = 0; 108 blocks[bb_num].freq += 1; 110 bptr->freq += 1; 139 printf("bb %lld addr: 0x%x, insns: %d freq: %u elapsed: %u\n", 141 sorted[ii]->bb.num_insns, sorted[ii]->freq, [all...] |
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 58 int freq; member in struct:fs_info 235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local 245 freq = parse_word(&cp); 258 parse_escape(freq); 272 fs->freq = freq ? atoi(freq) : -1;
|
/external/iproute2/include/linux/can/ |
netlink.h | 56 __u32 freq; /* CAN system clock frequency in Hz */ member in struct:can_clock
|
/external/linux-tools-perf/util/ |
svghelper.c | 226 unsigned int freq; local 227 freq = strtoull(buf, NULL, 10); 228 if (freq > max_freq) 229 max_freq = freq; 335 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) 343 height = freq * 1.0 / max_freq * (SLOT_HEIGHT + SLOT_MULT); 348 time2pixels(start), height+0.9, HzToHuman(freq));
|
/external/qemu/audio/ |
wavaudio.c | 160 le_store (hdr + 24, hw->info.freq, 4); 161 le_store (hdr + 28, hw->info.freq << (bits16 + stereo), 4); 253 int nchannels, freq, format, bits; local 277 freq = le_read( hdr+24, 4 ); 311 wav_as.freq = freq; 420 {"FREQUENCY", AUD_OPT_INT, &conf_out.settings.freq,
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
privsep_commands.h | 42 int freq; member in struct:privsep_cmd_associate
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndiswrapper.c | 53 int freq; member in struct:wpa_assoc_info 232 wpa_assoc_info.freq = params->freq;
|
/external/wpa_supplicant_8/src/common/ |
privsep_commands.h | 34 int freq; member in struct:privsep_cmd_associate
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_learn.c | 25 int freq; member in struct:bgscan_learn_bss 134 bss->freq = atoi(buf + 4 + 18); 137 "entry: " MACSTR " freq=%d", 138 MAC2STR(bss->bssid), bss->freq); 179 MAC2STR(bss->bssid), bss->freq); 220 if (in_array(freqs, bss->freq)) 226 freqs[*count] = bss->freq; 248 wpa_printf(MSG_DEBUG, "bgscan learn: Probe new freq " 368 freqs[count] = modes[i].channels[j].freq; 508 if (bss && bss->freq != res->freq) [all...] |
bss.h | 49 * @freq: frequency of the channel in MHz (e.g., 2412 = channel 1) 73 int freq; member in struct:wpa_bss
|
events.c | 462 static int freq_allowed(int *freqs, int freq) 470 if (freqs[i] == freq) 501 if (bss->freq == 0) 516 int freq = modes[i].channels[j].freq; local 517 if (freq == bss->freq) { 711 if (!freq_allowed(ssid->freq_list, bss->freq)) { 1253 if (data->assoc_info.freq) 1254 wpa_dbg(wpa_s, MSG_DEBUG, "freq=%u MHz" [all...] |
gas_query.c | 32 int freq; member in struct:gas_query_pending 130 "freq=%d", MAC2STR(query->addr), 131 (unsigned int) wpabuf_len(req), query->freq); 132 res = offchannel_send_action(gas->wpa_s, query->freq, query->addr, 278 const u8 *bssid, const u8 *data, size_t len, int freq) 417 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, 444 query->freq = freq;
|
/frameworks/av/media/common_time/ |
ICommonClock.cpp | 114 virtual status_t getCommonFreq(uint64_t* freq) { 121 *freq = reply.readInt64(); 140 virtual status_t getLocalFreq(uint64_t* freq) { 147 *freq = reply.readInt64(); 291 uint64_t freq; local 292 status_t status = getCommonFreq(&freq); 295 reply->writeInt64(freq); 313 uint64_t freq; local 314 status_t status = getLocalFreq(&freq); 317 reply->writeInt64(freq); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEqualizerTest.java | 173 int freq = mEqualizer.getCenterFreq(band); local 175 (freqRange[0] <= freq) && (freqRange[1] >= freq));
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
dhdioctl.h | 88 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
dhdioctl.h | 88 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
|
/hardware/msm7k/liblights/ |
lights.c | 204 int blink, freq, pwm; local 252 // the LED appears to blink about once per second if freq is 20 254 freq = totalMS / 50; 267 freq = 0; 273 write_int(RED_FREQ_FILE, freq);
|