OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableLinkLayerStatsCollection
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/wifi/1.0/
IWifiStaIface.hal
296
enableLinkLayerStatsCollection
(bool debug)
/hardware/interfaces/wifi/1.0/default/
wifi_sta_iface.h
68
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)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java
129
when(mIWifiStaIface.
enableLinkLayerStatsCollection
(false)).thenReturn(mWifiStatusSuccess);
595
verify(mIWifiStaIface).
enableLinkLayerStatsCollection
(false); // mLinkLayerStatsDebug
617
verify(mIWifiStaIface, never()).
enableLinkLayerStatsCollection
(false);
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java
770
status = mIWifiStaIface.
enableLinkLayerStatsCollection
(mLinkLayerStatsDebug);
[
all
...]
Completed in 134 milliseconds