OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reportConnectionEvent
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
BaseWifiDiagnostics.java
42
synchronized void
reportConnectionEvent
(long connectionId, byte event) {}
LastMileLogger.java
51
public void
reportConnectionEvent
(long connectionId, byte event) {
WifiDiagnostics.java
204
synchronized void
reportConnectionEvent
(long connectionId, byte event) {
205
mLastMileLogger.
reportConnectionEvent
(connectionId, event);
WifiStateMachine.java
[
all
...]
/device/google/wahoo/wifi_offload/
chre_interface.cpp
50
mParent->
reportConnectionEvent
(ChreInterfaceCallbacks::CONNECTED);
55
mParent->
reportConnectionEvent
(ChreInterfaceCallbacks::CONNECTION_ABORT);
60
mParent->
reportConnectionEvent
(ChreInterfaceCallbacks::DISCONNECTED);
140
void ChreInterface::
reportConnectionEvent
(ChreInterfaceCallbacks::ConnectionEvent event) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LastMileLoggerTest.java
75
mLastMileLogger.
reportConnectionEvent
(
83
mLastMileLogger.
reportConnectionEvent
(
92
mLastMileLogger.
reportConnectionEvent
(
99
mLastMileLogger.
reportConnectionEvent
(
111
mLastMileLogger.
reportConnectionEvent
(
119
mLastMileLogger.
reportConnectionEvent
(
127
mLastMileLogger.
reportConnectionEvent
(
133
mLastMileLogger.
reportConnectionEvent
(
135
mLastMileLogger.
reportConnectionEvent
(
141
mLastMileLogger.
reportConnectionEvent
(
[
all
...]
WifiDiagnosticsTest.java
299
*
reportConnectionEvent
(WifiDiagnostics.CONNECTION_EVENT_FAILED) still fetches packet fates.
305
mWifiDiagnostics.
reportConnectionEvent
(
318
mWifiDiagnostics.
reportConnectionEvent
(
328
mWifiDiagnostics.
reportConnectionEvent
(
330
verify(mLastMileLogger).
reportConnectionEvent
(
338
mWifiDiagnostics.
reportConnectionEvent
(
340
verify(mLastMileLogger).
reportConnectionEvent
(
348
mWifiDiagnostics.
reportConnectionEvent
(
350
verify(mLastMileLogger).
reportConnectionEvent
(
362
mWifiDiagnostics.
reportConnectionEvent
(
[
all
...]
Completed in 1529 milliseconds