Searched defs:_jdwpTransportEnv (Results 1 – 1 of 1) sorted by relevance
205 struct _jdwpTransportEnv { struct206 const struct jdwpTransportNativeInterface_ *functions;209 jdwpTransportError GetCapabilities(JDWPTransportCapabilities *capabilities_ptr) { in GetCapabilities()213 jdwpTransportError Attach(const char* address, jlong attach_timeout, in Attach()218 jdwpTransportError StartListening(const char* address, in StartListening()223 jdwpTransportError StopListening(void) { in StopListening()227 jdwpTransportError Accept(jlong accept_timeout, jlong handshake_timeout) { in Accept()231 jboolean IsOpen(void) { in IsOpen()235 jdwpTransportError Close(void) { in Close()239 jdwpTransportError ReadPacket(jdwpPacket *pkt) { in ReadPacket()[all …]