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

  /development/tools/jdwpspy/
Main.cpp 131 int listenPort;
133 listenPort = atoi(argv[2]);
135 listenPort = connectPort + 1;
137 int cc = run("localhost", connectPort, listenPort);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 54 short listenPort;
69 listenPort = 0;
178 netState->listenPort = port;
179 LOGVV("+++ bound to port %d", netState->listenPort);

Completed in 671 milliseconds