Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1828 private static int sRttCmdId; field in WifiNative
1831 if (id == sRttCmdId) { in onRttResults()
1834 sRttCmdId = 0; in onRttResults()
1836 … Log.d(TAG, "RTT Received event for unknown cmd = " + id + ", current id = " + sRttCmdId); in onRttResults()
1849 if (sRttCmdId != 0) { in requestRtt()
1853 sRttCmdId = getNewCmdIdLocked(); in requestRtt()
1857 return requestRangeNative(sWlan0Index, sRttCmdId, params); in requestRtt()
1867 if (sRttCmdId == 0) { in cancelRtt()
1871 sRttCmdId = 0; in cancelRtt()
1873 if (cancelRangeRequestNative(sWlan0Index, sRttCmdId, params)) { in cancelRtt()