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

  /hardware/interfaces/wifi/1.0/
IWifiStaIface.hal 329 getLinkLayerStats() generates (WifiStatus status, StaLinkLayerStats stats);
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_sta_iface_hidl_test.cpp 152 HIDL_INVOKE(wifi_sta_iface_, getLinkLayerStats).first.code);
  /hardware/interfaces/wifi/1.1/default/
wifi_sta_iface.h 73 Return<void> getLinkLayerStats(getLinkLayerStats_cb hidl_status_cb) override;
wifi_sta_iface.cpp 163 Return<void> WifiStaIface::getLinkLayerStats(
476 legacy_hal_.lock()->getLinkLayerStats();
wifi_legacy_hal.h 191 std::pair<wifi_error, LinkLayerStats> getLinkLayerStats();
wifi_legacy_hal.cpp 623 std::pair<wifi_error, LinkLayerStats> WifiLegacyHal::getLinkLayerStats() {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java 671 doNothing().when(mIWifiStaIface).getLinkLayerStats(any());
681 verify(mIWifiStaIface, times(2)).getLinkLayerStats(any());
694 doNothing().when(mIWifiStaIface).getLinkLayerStats(any());
703 verify(mIWifiStaIface, never()).getLinkLayerStats(any());
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 698 mIWifiStaIface.getLinkLayerStats((status, stats) -> {
    [all...]

Completed in 54 milliseconds