Home
last modified time | relevance | path

Searched defs:numWritten (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_net_wifi_Wifi.cpp200 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "REMOVE_NETWORK %d", netId); in android_net_wifi_removeNetworkCommand() local
214 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "%s %d", cmd, netId); in android_net_wifi_enableNetworkCommand() local
224 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DISABLE_NETWORK %d", netId); in android_net_wifi_disableNetworkCommand() local
387 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER POWERMODE %d", mode); in android_net_wifi_setPowerModeCommand() local
397 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER SCAN-CHANNELS %u", numChannels); in android_net_wifi_setNumAllowedChannelsCommand() local
423 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER BTCOEXMODE %d", mode); in android_net_wifi_setBluetoothCoexistenceModeCommand() local
433 …int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER BTCOEXSCAN-%s", setCoexScanMode ? "START… in android_net_wifi_setBluetoothCoexistenceScanModeCommand() local
455 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "AP_SCAN %d", mode); in android_net_wifi_setScanResultHandlingCommand() local