Searched refs:sLogCmdId (Results 1 – 1 of 1) sorted by relevance
2456 private static int sLogCmdId = -1; field in WifiNative2461 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()