HomeSort by relevance Sort by last modified time
    Searched refs:freqs (Results 26 - 50 of 54) sorted by null

12 3

  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 49 Phh, freqs = plt.psd(hostData, NFFT=N, Fs=samplingRate, Fc=0, detrend=plt.mlab.detrend_none,\
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 981 int *freqs; local
994 freqs = os_calloc(wpa_s->wnm_num_neighbor_report + 1, sizeof(int));
995 if (freqs == NULL)
1007 os_free(freqs);
1011 add_freq(freqs, &num_freqs, nei->freq);
1015 os_free(freqs);
1022 wpa_s->next_scan_freqs = freqs;
    [all...]
bgscan_simple.c 43 params.freqs = data->ssid->scan_freq;
wpa_supplicant.c 5523 int *freqs; local
5557 int *freqs = NULL; local
    [all...]
sme.c     [all...]
wpa_supplicant_i.h 370 unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs);
    [all...]
ctrl_iface.c 268 int *freqs = NULL; local
278 freqs = freq_range_to_channel_list(wpa_s,
281 wpa_s->manual_sched_scan_freqs = freqs;
2797 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); local
6238 int *freqs = NULL; local
6277 int *freqs = NULL; local
    [all...]
bss.c 757 if (bss->freq == info->freqs[i]) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java 693 HashSet<Integer> freqs = mConfigManager.makeChannelList(config, CHANNEL_LIST_AGE_MS); local
695 if (freqs != null && freqs.size() != 0) {
697 settings.channels = new WifiScanner.ChannelSpec[freqs.size()];
698 for (Integer freq : freqs) {
    [all...]
WifiStateMachine.java 1627 Set<Integer> freqs = null; local
4552 String freqs = mWifiNative.getFreqCapability(); local
6469 HashSet<Integer> freqs = mWifiConfigManager.makeChannelList(config, ONE_HOUR_MILLI); local
    [all...]
WifiNative.java 362 * @param freqs list of frequencies to scan for, if null scan all supported channels.
365 public boolean scan(Set<Integer> freqs, Set<Integer> hiddenNetworkIds) {
368 if (freqs != null && freqs.size() != 0) {
369 freqList = createCSVStringFromIntegerSet(freqs);
    [all...]
  /external/zopfli/src/zopfli/
squeeze.c 91 static void RandomizeFreqs(RanState* state, size_t* freqs, int n) {
94 if ((Ran(state) >> 4) % 3 == 0) freqs[i] = freqs[Ran(state) % n];
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1144 int *freqs = NULL, *nfreqs; local
    [all...]
dbus_new.c 1329 dbus_int32_t freqs[P2P_MAX_CHANNELS]; local
    [all...]
  /system/connectivity/shill/wifi/
wifi.h 517 void InitiateScanInDarkResume(const FreqSet& freqs);
518 // If |freqs| contains at least one frequency channel a passive scan is
519 // launched on all the frequencies in |freqs|. Otherwise, a passive scan is
521 void TriggerPassiveScan(const FreqSet& freqs);
wake_on_wifi.h 512 // |initiate_scan_callback| with |freqs|.
515 const WiFi::FreqSet& freqs);
wifi.cc     [all...]
wake_on_wifi_unittest.cc 1021 Bind(&WakeOnWiFiTest::InitiateScanCallback, Unretained(this)), freqs); local
2052 WiFi::FreqSet freqs = ParseWakeOnSSIDResults(results_list); local
2101 WiFi::FreqSet freqs; local
    [all...]
wifi_unittest.cc 4493 const WiFi::FreqSet freqs; local
4507 const WiFi::FreqSet freqs; local
4530 const WiFi::FreqSet freqs; local
4547 const WiFi::FreqSet freqs = {1}; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
SupplicantWifiScannerImpl.java 440 Set<Integer> freqs = allFreqs.getSupplicantScanFreqs(); local
441 boolean success = mWifiNative.scan(freqs, hiddenNetworkIdSet);
445 Log.d(TAG, "Starting wifi scan for freqs=" + freqs
454 Log.e(TAG, "Failed to start scan, freqs=" + freqs);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 1024 int freqs[MAX_REPORT_FREQS]; local
1064 freqs[num_freqs] = nla_get_u32(nl);
1066 freqs[num_freqs]);
1073 info->freqs = freqs;
1779 int freqs[MAX_REPORT_FREQS]; local
    [all...]
driver.h 334 * freqs - Array of frequencies to scan or %NULL for all frequencies
338 int *freqs; member in struct:wpa_driver_scan_params
4495 const int *freqs; member in struct:wpa_event_data::scan_info
    [all...]
driver_nl80211.c 3142 int freqs[2]; local
8794 u32 *freqs; local
8923 u32 *freqs; local
    [all...]
  /system/connectivity/shill/net/
nl80211_attribute.cc 264 NestedData freqs(kTypeNested, "NL80211_BAND_ATTR_FREQS", false);
265 freqs.deeper_nesting.insert(AttrDataPair(kArrayAttrEnumVal, freq));
288 bands.deeper_nesting.insert(AttrDataPair(NL80211_BAND_ATTR_FREQS, freqs));
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 2236 const int freqs[] = {48000, 44100, 16000, 96000, 32000, 8000}; local
2573 const int freqs[6] = {48000, 44100, 16000, 96000, 32000, 8000}; local
    [all...]

Completed in 1566 milliseconds

12 3