HomeSort by relevance Sort by last modified time
    Searched defs:doCommand (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/qt/
TextInputControllerQt.cpp 40 void TextInputController::doCommand(const QString& command)
  /external/webkit/WebKit/android/wds/
Command.cpp 97 void doCommand() const {
111 c->doCommand();
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 220 public synchronized ArrayList<String> doCommand(String cmd)
268 ArrayList<String> rsp = doCommand(cmd);
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 50 static int doCommand(const char *cmd, char *replybuf, int replybuflen)
70 if (doCommand(cmd, reply, sizeof(reply)) != 0) {
81 if (doCommand(cmd, reply, sizeof(reply)) != 0) {
93 if (doCommand(cmd, reply, sizeof(reply)) != 0) {
321 if (doCommand(cmd, reply, sizeof(reply)) != 0) {
360 if (doCommand("DRIVER LINKSPEED", reply, sizeof(reply)) != 0) {
374 if (doCommand("DRIVER MACADDR", reply, sizeof(reply)) != 0) {
400 if (doCommand("DRIVER GETPOWER", reply, sizeof(reply)) != 0) {
424 if (doCommand("DRIVER SCAN-CHANNELS", reply, sizeof(reply)) != 0) {
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 729 void doCommand(WallpaperCommand cmd) {
    [all...]

Completed in 59 milliseconds