HomeSort by relevance Sort by last modified time
    Searched full:report_threshold_percent (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
ScanScheduleUtil.java 79 if (schedule1.report_threshold_percent != schedule2.report_threshold_percent) return false;
SupplicantWifiScannerImpl.java 235 if (settings.report_threshold_percent < 0 || settings.report_threshold_percent > 100) {
385 mBackgroundScanSettings.report_threshold_percent);
    [all...]
BackgroundScanScheduler.java 84 * @see com.android.server.wifi.WifiNative.ScanSettings#report_threshold_percent
471 schedule.report_threshold_percent = DEFAULT_REPORT_THRESHOLD_PERCENTAGE;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanTestUtil.java 93 mSettings.report_threshold_percent = 100;
109 mSettings.report_threshold_percent = percent;
308 assertEquals("percent to cache", expected.report_threshold_percent,
309 actual.report_threshold_percent);
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 63 // report_threshold_percent is reached.
135 * report_threshold_percent or report_threshold_num_scans is
164 int report_threshold_percent; // in %, when scan buffer is this much full, wake up apps member in struct:__anon32312
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 351 params.max_ap_per_scan, params.report_threshold_percent,
364 params.report_threshold_percent) ||
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 464 params.report_threshold_percent = helper.getIntField(settings, "report_threshold_percent");
468 params.report_threshold_percent, params.report_threshold_num_scans);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 550 mParams->report_threshold_percent);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 1689 public int report_threshold_percent; field in class:WifiNative.ScanSettings
    [all...]

Completed in 401 milliseconds