/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 104 static int wpas_p2p_join_start(struct wpa_supplicant *wpa_s, int freq, 106 static void wpas_p2p_join_scan_req(struct wpa_supplicant *wpa_s, int freq, 111 int auto_join, int freq, 174 if (p2p_supported_freq(wpa_s->global->p2p, freqs[i].freq)) 187 int freq) 192 freq > 0 && wpa_s->num_multichan_concurrent > 1 && 195 freq); 196 freq = 0; 198 p2p_set_own_freq_preference(wpa_s->global->p2p, freq); 242 bss->freq, &entry_ts, bss->level 945 unsigned int freq; member in struct:send_action_work 1747 unsigned int freq; member in struct:wpas_p2p_listen_work 3258 int freq; local 3436 unsigned int freq; local 4270 int freq; local 5381 int go = 0, freq; local 5961 int freq = 0, force_freq = 0, pref_freq = 0; local 6032 int freq; local 6569 int freq; local [all...] |
gas_query.c | 40 int freq; member in struct:gas_query_pending 145 " dialog_token=%u freq=%d status_code=%u result=%s", 146 MAC2STR(query->addr), query->dialog_token, query->freq, 206 unsigned int freq, const u8 *dst, 216 wpa_printf(MSG_DEBUG, "GAS: Unexpected TX status: freq=%u dst=" 218 freq, MAC2STR(dst), result); 225 wpa_printf(MSG_DEBUG, "GAS: TX status: freq=%u dst=" MACSTR 227 freq, MAC2STR(dst), result, query, query->dialog_token, dur); 263 "freq=%d prot=%d", MAC2STR(query->addr), 264 (unsigned int) wpabuf_len(req), query->freq, prot) [all...] |
/external/qemu/audio/ |
audio_template.h | 125 sw->rate = st_rate_start (sw->info.freq, sw->hw->info.freq); 127 sw->rate = st_rate_start (sw->hw->info.freq, sw->info.freq); 150 sw->ratio = ((int64_t) sw->hw->info.freq << 32) / sw->info.freq; 154 sw->ratio = ((int64_t) sw->info.freq << 32) / sw->hw->info.freq; 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n", 423 name, as->freq, as->nchannels, as->fmt) [all...] |
ossaudio.c | 85 int freq; member in struct:oss_params 236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); 274 int fmt, freq, nchannels; local 288 freq = req->freq; 303 if (ioctl (fd, SNDCTL_DSP_SPEED, &freq)) { 304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq); 358 obt->freq = freq; [all...] |
/system/extras/cpustats/ |
cpustats.c | 39 unsigned freq; member in struct:freq_info 121 // Read stats without aggregating freq stats in the total cpu 132 // Read stats again with aggregating freq stats in the total cpu 214 long unsigned freq; local 221 freq = 0; 222 fscanf(file, "%lu %*d\n", &freq); 223 if (freq) count++; 224 } while(freq); 271 fscanf(file, "%u %lu\n", &new_cpus[cpu].freqs[i].freq, 274 new_total_cpu.freqs[i].freq = new_cpus[cpu].freqs[i].freq [all...] |
/external/wpa_supplicant_8/src/ap/ |
drv_callbacks.c | 433 void hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, 441 "freq=%d, ht=%d, offset=%d, width=%d, cf1=%d, cf2=%d", 442 freq, ht, offset, width, cf1, cf2); 444 hapd->iface->freq = freq; 446 channel = hostapd_hw_get_channel(hapd, freq); 493 freq == hapd->cs_freq_params.freq) { 497 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_CSA_FINISHED "freq=%d", 498 freq); [all...] |
hw_features.c | 131 "chan=%d freq=%d MHz max_tx_power=%d dBm%s", 134 feature->channels[j].freq, 349 if (bss->freq == pri_freq) 351 else if (bss->freq == sec_freq) 404 if (bss->freq < start || bss->freq > end || bss->freq == pri_freq) 410 MACSTR " freq=%d", MAC2STR(bss->bssid), bss->freq); 421 MACSTR " freq=%d", MAC2STR(bss->bssid), bss->freq) [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
EventRecurrence.java | 51 public int freq; // SECONDLY, MINUTELY, etc. field in class:EventRecurrence 82 sParsePartMap.put("FREQ", new ParseFreq()); 114 /** maps a FREQ value to an integer constant */ 325 s.append("FREQ="); 326 switch (this.freq) 397 if (this.freq != WEEKLY) { 418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month). 420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month), 423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every 430 if (this.freq != MONTHLY) 727 Integer freq = sParseFreqMap.get(value); local [all...] |
/frameworks/av/media/common_time/ |
ICommonClock.cpp | 115 virtual status_t getCommonFreq(uint64_t* freq) { 122 *freq = reply.readInt64(); 141 virtual status_t getLocalFreq(uint64_t* freq) { 148 *freq = reply.readInt64(); 292 uint64_t freq; local 293 status_t status = getCommonFreq(&freq); 296 reply->writeInt64(freq); 314 uint64_t freq; local 315 status_t status = getLocalFreq(&freq); 318 reply->writeInt64(freq); [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 350 struct in6_flowlabel_req freq; 352 memset(&freq, 0, sizeof(freq)); 353 freq.flr_label = htonl(fl); 354 freq.flr_action = IPV6_FL_A_GET; 355 freq.flr_flags = IPV6_FL_F_CREATE | IPV6_FL_F_EXCL; 356 freq.flr_share = IPV6_FL_S_EXCL; 357 memcpy(&freq.flr_dst, &dst->sin6_addr, 16); 359 &freq, sizeof(freq)) == -1) [all...] |
/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.c | 493 enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel) 497 if (freq >= 2412 && freq <= 2472) { 499 *channel = (freq - 2407) / 5; 500 } else if (freq == 2484) { 503 } else if (freq >= 4900 && freq < 5000) { 505 *channel = (freq - 4000) / 5; 506 } else if (freq >= 5000 && freq < 5900) [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.c | 244 int freq; local 256 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); 257 if (freq < 0) { 282 p2p->pending_listen_freq = freq; 286 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, 297 int freq; local 308 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); 309 if (freq < 0) { 331 p2p->pending_listen_freq = freq; 333 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) 886 int freq; local 934 int freq = 0; local 1194 unsigned int freq = force_freq ? force_freq : pref_freq; local 1545 int freq; local 1666 int freq; local 4608 int freq = p2p_group_get_freq(p2p->groups[0]); local 4675 int freq; local [all...] |
/external/e2fsprogs/misc/ |
e2initrd_helper.c | 58 int freq; member in struct:fs_info 238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local 248 freq = parse_word(&cp); 261 parse_escape(freq); 275 fs->freq = freq ? atoi(freq) : -1;
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_dma8.c | 207 DEBUG_PRINT(("freq=%d\n", spec->freq)); 246 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 253 MINTAUDIO_numfreq=SDL_MintAudio_SearchFrequency(this, spec->freq); 254 spec->freq=MINTAUDIO_frequencies[MINTAUDIO_numfreq].frequency; 260 DEBUG_PRINT(("freq=%d\n", spec->freq));
|
SDL_mintaudio_stfa.c | 209 DEBUG_PRINT(("freq=%d\n", spec->freq)); 223 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 230 MINTAUDIO_numfreq=SDL_MintAudio_SearchFrequency(this, spec->freq); 231 spec->freq=MINTAUDIO_frequencies[MINTAUDIO_numfreq].frequency; 237 DEBUG_PRINT(("freq=%d\n", spec->freq));
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_reorder.cpp | 131 int32 freq; local 153 for (freq = 0; freq < 3*sfb_lines; freq += 3) 159 Scratch_mem[freq ] = tmp1; 160 Scratch_mem[freq+1] = tmp2; 161 Scratch_mem[freq+2] = tmp3; 174 for (freq = 0; freq < 3*sfb_lines; freq += 3 [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
aica.c | 116 static inline unsigned AICA_FREQ(unsigned freq) { 123 while (freq < freq_base && freq_hi > -8) { 127 while (freq < freq_base && freq_hi > -8) { 131 freq_lo = (freq<<10) / freq_base; 145 freq is the sampling rate of the sound 151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) { 179 CHNREG32(ch, 24) = AICA_FREQ(freq); 252 void aica_freq(int ch,int freq) { 253 g2_write_32(CHNREGADDR(ch, 24),AICA_FREQ(freq));
|
/frameworks/native/services/sensorservice/ |
SensorFusion.cpp | 68 const float freq = 1 / dT; local 69 if (freq >= 100 && freq<1000) { // filter values obviously wrong 71 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha;
|
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 305 int freq; local 329 freq = drv->remain_on_channel_freq; 331 freq = drv->current_freq; 332 wpa_printf(MSG_DEBUG, "test_driver(%s): MLME TX on freq %d MHz", 333 dbss->ifname, freq); 334 os_snprintf(cmd, sizeof(cmd), "MLME freq=%d ", freq); 708 int freq = 0, own_freq; local 713 if (datalen > 6 && os_memcmp(data, "freq=", 5) == 0) { 720 freq = atoi((const char *) &data[5]) 1835 int freq = 0, own_freq; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
RecurrencePickerDialog.java | 110 * FREQ: Repeat pattern 117 int freq = FREQ_WEEKLY; field in class:RecurrencePickerDialog.RecurrenceModel 185 return "Model [freq=" + freq + ", interval=" + interval + ", end=" + end + ", endDate=" 202 dest.writeInt(freq); 361 switch (er.freq) { 394 if (numOfByDayNum > 0 && er.freq != EventRecurrence.MONTHLY) { 404 if (er.freq == EventRecurrence.MONTHLY) { 419 // Freq: 420 switch (er.freq) { [all...] |
/cts/suite/audio_quality/test_description/processing/ |
gen_random.py | 23 # generate random signal with max freq 48 #freq = np.linspace(0.0, samplingRate, num=len(fftData), endpoint=False) 49 #plt.plot(freq, abs(fft.fft(filteredData)))
|
/external/eigen/bench/ |
BenchTimer.h | 55 LARGE_INTEGER freq; local 56 QueryPerformanceFrequency(&freq); 57 m_frequency = (double)freq.QuadPart;
|
/external/oprofile/module/x86/ |
op_rtc.c | 61 unsigned int exp, freq; local 80 freq = 16 - exp; 83 tmp_freq_select = (tmp_freq_select & 0xf0) | freq;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_ConvertAudio.3 | 34 desired->freq=22050; 60 wav_spec\&.format, wav_spec\&.channels, wav_spec\&.freq, 61 obtained->format, obtained->channels, obtained->freq);
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 34 "FREQ=WEEKLY;BYDAY=SU,FR,SA;UNTIL=20100326T190000Z;WKST=MO"; 37 "FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR, SA,SU"; 40 "FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,\r\n SA,SU";
|