HomeSort by relevance Sort by last modified time
    Searched refs:on_time_scan (Results 1 - 5 of 5) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 106 public int on_time_scan; field in class:WifiLinkLayerStats
146 .append(" scan_time=").append(Integer.toString(this.on_time_scan)).append('\n');
183 dest.writeInt(on_time_scan);
196 stats.on_time_scan = in.readInt();
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 79 ALOGE("on_time_scan: = %d", ((wifi_radio_stat *)data)->on_time_scan);
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 91 u32 on_time_scan; // msecs the radio is awake due to all scan (32 bits number accruing over time) member in struct:__anon24966
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 707 stats->on_time_scan = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN]);
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 109 milliseconds