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

/art/runtime/jdwp/
H A Djdwp_socket.cc67 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe);
78 state->netState = SocketStartup(state, port, false);
82 state->netState = SocketStartup(state, port, true);
93 state->netState = SocketStartup(state, 0, false);
117 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { function in namespace:art::JDWP

Completed in 49 milliseconds