Searched refs:JdwpSocketState (Results 1 – 1 of 1) sorted by relevance
45 struct JdwpSocketState : public JdwpNetStateBase { struct49 explicit JdwpSocketState(JdwpState* state) : JdwpNetStateBase(state) { in JdwpSocketState() argument64 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe);114 static JdwpSocketState* SocketStartup(JdwpState* state, uint16_t port, bool probe) { in SocketStartup()115 JdwpSocketState* netState = new JdwpSocketState(state); in SocketStartup()172 void JdwpSocketState::Shutdown() { in Shutdown()209 bool JdwpSocketState::Accept() { in Accept()261 bool JdwpSocketState::Establish(const JdwpOptions* options) { in Establish()348 bool JdwpSocketState::ProcessIncoming() { in ProcessIncoming()