Searched refs:port (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpSocket.cpp80 static JdwpNetState* netStartup(short port);
87 unsigned short port; local
90 if (pParams->port != 0) {
91 /* try only the specified port */
92 port = pParams->port;
93 state->netState = netStartup(port);
96 for (port = kBasePort; port <= kMaxPort; port
141 netStartup(short port) argument
[all...]
H A DJdwp.h104 short port; member in struct:JdwpStartupParams
111 * Among other things, this binds to a port to listen for a connection from
/dalvik/vm/
H A DInit.cpp317 * address: for dt_socket, "host:port", or just "port" when listening
358 /* this is either <port> or <host>:<port> */
361 long port; local
371 ALOGE("JDWP address missing port");
374 port = strtol(value, &end, 10);
376 ALOGE("JDWP address has junk in port field '%s'", value);
379 gDvm.jdwpPort = port;
446 ALOGE("JDWP opts: when server=n, must specify host and port");
[all...]

Completed in 471 milliseconds