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
1942 replyPacket = packetDispatcher.performCommand(command); in performCommand()
1968 return packetDispatcher.performCommand(command, timeout); in performCommand()
1987 return packetDispatcher.sendCommand(command); in sendCommand()
2012 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()
2039 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
2071 return packetDispatcher.receiveEvent(timeout); in receiveEvent()
2128 packetDispatcher = new PacketDispatcher(connection, config, logWriter); in setConnection()
2141 if (packetDispatcher != null) { in closeConnection()
2143 packetDispatcher.join(); in closeConnection()