Searched refs:mInputStream (Results 1 – 4 of 4) sorted by relevance
50 private final DataInputStream mInputStream; field in JsonWireAdapter64 mInputStream = new DataInputStream(input); in JsonWireAdapter()81 mInputStream.readFully(payloadLenBytes); in getNextMessage()84 mInputStream.readFully(outerJsonBytes); in getNextMessage()
350 private InputStream mInputStream; field in BluetoothConnection363 mInputStream = mSocket.getInputStream(); in BluetoothConnection()365 mReader = new BufferedReader(new InputStreamReader(mInputStream, "ASCII")); in BluetoothConnection()387 mInputStream.available(); in isConnected()421 int bytesRead = mInputStream.read(buffer); in readBinary()501 if (mInputStream != null) { in stop()503 mInputStream.close(); in stop()508 mInputStream = null; in stop()
42 private final InputStream mInputStream; field in XmlWireAdapter58 mInputStream = input; in XmlWireAdapter()75 XmlMessageWrapper.fromInputStream(mInputStream); in getNextMessage()
61 private final InputStream mInputStream; field in ProtobufWireAdapter74 mInputStream = input; in ProtobufWireAdapter()188 int inc = mInputStream.read(buf, bytesRead, numBytes - bytesRead); in readBytesBlocking()