Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_net_wifi_Wifi.cpp49 static int doCommand(const char *cmd, char *replybuf, int replybuflen) in doCommand() function
69 if (doCommand(cmd, reply, sizeof(reply)) != 0) { in doIntCommand()
80 if (doCommand(cmd, reply, sizeof(reply)) != 0) { in doBooleanCommand()
92 if (doCommand(cmd, reply, sizeof(reply)) != 0) { in doStringCommand()
319 if (doCommand(cmd, reply, sizeof(reply)) != 0) { in android_net_wifi_getRssiHelper()
358 if (doCommand("DRIVER LINKSPEED", reply, sizeof(reply)) != 0) { in android_net_wifi_getLinkSpeedCommand()
372 if (doCommand("DRIVER MACADDR", reply, sizeof(reply)) != 0) { in android_net_wifi_getMacAddressCommand()
408 if (doCommand("DRIVER SCAN-CHANNELS", reply, sizeof(reply)) != 0) { in android_net_wifi_getNumAllowedChannelsCommand()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java646 void doCommand(WallpaperCommand cmd) { in doCommand() method in WallpaperService.Engine
795 mEngine.doCommand(cmd); in executeMessage()