Searched refs:ioRead (Results 1 – 3 of 3) sorted by relevance
56 protected int ioRead(byte[] buffer, int offset, int count) throws IOException { in ioRead() method in UsbAccessoryStreamTransport
231 protected abstract int ioRead(byte[] buffer, int offset, int count) in ioRead() method in Transport306 count = ioRead(buffer.array(), position, buffer.capacity() - position); in loop()
55 protected int ioRead(byte[] buffer, int offset, int count) throws IOException { in ioRead() method in UsbAccessoryBulkTransport