Searched refs:blockingRead (Results 1 – 4 of 4) sorted by relevance
147 int ret = connection.blockingRead(buff); in readOne()170 while (connection.blockingRead(buffer) > 0) { in sendAndFlush()365 int ret = connection.blockingRead(buffer); in run()
31 int blockingRead(byte[] buffer); in blockingRead() method
155 public synchronized int blockingRead(byte[] buff) { in blockingRead() method in WaltTcpConnection202 int retval = blockingRead(buffer); in updateClock()
129 public int blockingRead(byte[] buffer) { in blockingRead() method in WaltUsbConnection