Lines Matching defs:_jdwpTransportEnv
182 struct _jdwpTransportEnv { struct
183 const struct jdwpTransportNativeInterface_ *functions;
186 jdwpTransportError GetCapabilities(JDWPTransportCapabilities *capabilities_ptr) { in GetCapabilities()
190 jdwpTransportError Attach(const char* address, jlong attach_timeout, in Attach()
195 jdwpTransportError StartListening(const char* address, in StartListening()
200 jdwpTransportError StopListening(void) { in StopListening()
204 jdwpTransportError Accept(jlong accept_timeout, jlong handshake_timeout) { in Accept()
208 jboolean IsOpen(void) { in IsOpen()
212 jdwpTransportError Close(void) { in Close()
216 jdwpTransportError ReadPacket(jdwpPacket *pkt) { in ReadPacket()
220 jdwpTransportError WritePacket(const jdwpPacket* pkt) { in WritePacket()
224 jdwpTransportError GetLastError(char** error) { in GetLastError()