Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1543 private static int getNewCmdIdLocked() { in getNewCmdIdLocked() method in WifiNative
1910 sScanCmdId = getNewCmdIdLocked(); in startScan()
2009 sHotlistCmdId = getNewCmdIdLocked(); in setHotlist()
2077 sSignificantWifiChangeCmdId = getNewCmdIdLocked(); in trackSignificantWifiChange()
2185 sRttCmdId = getNewCmdIdLocked(); in requestRtt()
2235 int id = getNewCmdIdLocked(); in enableRttResponder()
2462 sLogCmdId = getNewCmdIdLocked(); in setLoggingEventHandler()
2896 sPnoCmdId = getNewCmdIdLocked(); in setPnoList()
2930 sPnoCmdId = getNewCmdIdLocked(); in resetPnoList()
2978 sPnoCmdId = getNewCmdIdLocked(); in setBssidBlacklist()
[all …]