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

  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 130 WIFI_AC_VI = 1,
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 830 setLongField(env, wifiLinkLayerStats, "rxmpdu_vi", link_stat.ac[WIFI_AC_VI].rx_mpdu);
834 setLongField(env, wifiLinkLayerStats, "txmpdu_vi", link_stat.ac[WIFI_AC_VI].tx_mpdu);
838 setLongField(env, wifiLinkLayerStats, "lostmpdu_vi", link_stat.ac[WIFI_AC_VI].mpdu_lost);
842 setLongField(env, wifiLinkLayerStats, "retries_vi", link_stat.ac[WIFI_AC_VI].retries);
    [all...]
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp     [all...]

Completed in 5206 milliseconds