Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java183 int cmdId = getNewCmdIdLocked(); in doBooleanCommand() local
184 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doBooleanCommand()
195 int cmdId = getNewCmdIdLocked(); in doBooleanCommandWithoutLogging() local
205 int cmdId = getNewCmdIdLocked(); in doIntCommand() local
206 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doIntCommand()
222 int cmdId = getNewCmdIdLocked(); in doStringCommand() local
223 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command; in doStringCommand()