Searched defs:readAll (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java644 int ret = readAll(is, sig);
680 private int readAll(InputStream is, byte[] b) throws IOException { method in class:BluetoothSocket
689 Log.w(TAG, "readAll() looping, read partial size: " + (b.length - left) +
697 int ret = readAll(is, ibytes);

Completed in 7 milliseconds