Home
last modified time | relevance | path

Searched refs:packetDispatcher (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java64 private PacketDispatcher packetDispatcher; field in VmMirror
1881 replyPacket = packetDispatcher.performCommand(command); in performCommand()
1907 return packetDispatcher.performCommand(command, timeout); in performCommand()
1926 return packetDispatcher.sendCommand(command); in sendCommand()
1951 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()
1978 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
2010 return packetDispatcher.receiveEvent(timeout); in receiveEvent()
2064 packetDispatcher = new PacketDispatcher(connection, config, logWriter); in setConnection()
2077 if (packetDispatcher != null) { in closeConnection()
2079 packetDispatcher.join(); in closeConnection()