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

  /hardware/interfaces/wifi/1.1/default/
wifi_sta_iface.h 69 Return<void> enableLinkLayerStatsCollection(
wifi_sta_iface.cpp 146 Return<void> WifiStaIface::enableLinkLayerStatsCollection(
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_sta_iface_hidl_test.cpp 148 HIDL_INVOKE(wifi_sta_iface_, enableLinkLayerStatsCollection, true)
  /hardware/interfaces/wifi/1.0/
IWifiStaIface.hal 296 enableLinkLayerStatsCollection(bool debug)
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java 150 when(mIWifiStaIface.enableLinkLayerStatsCollection(false)).thenReturn(mWifiStatusSuccess);
680 verify(mIWifiStaIface).enableLinkLayerStatsCollection(false); // mLinkLayerStatsDebug
702 verify(mIWifiStaIface, never()).enableLinkLayerStatsCollection(false);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 770 status = mIWifiStaIface.enableLinkLayerStatsCollection(mLinkLayerStatsDebug);
    [all...]
  /frameworks/base/services/
art-profile 277 HPLandroid/hardware/wifi/V1_0/IWifiStaIface;->enableLinkLayerStatsCollection(Z)Landroid/hardware/wifi/V1_0/WifiStatus;
    [all...]

Completed in 1024 milliseconds