Home
last modified time | relevance | path

Searched refs:sLogCmdId (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2456 private static int sLogCmdId = -1; field in WifiNative
2461 int oldId = sLogCmdId; in setLoggingEventHandler()
2462 sLogCmdId = getNewCmdIdLocked(); in setLoggingEventHandler()
2463 if (!setLoggingEventHandlerNative(sWlan0Index, sLogCmdId)) { in setLoggingEventHandler()
2464 sLogCmdId = oldId; in setLoggingEventHandler()
2504 if (sLogCmdId == -1) { in resetLogHandler()
2509 if (resetLogHandlerNative(sWlan0Index, sLogCmdId)) { in resetLogHandler()
2510 sLogCmdId = -1; in resetLogHandler()