Searched refs:mInputStream (Results 1 – 4 of 4) sorted by relevance
42 private InputStream mInputStream; field in BluetoothConnection55 mInputStream = mSocket.getInputStream(); in BluetoothConnection()57 mReader = new BufferedReader(new InputStreamReader(mInputStream, "ASCII")); in BluetoothConnection()99 mInputStream.available(); in isConnected()173 int bytesRead = mInputStream.read(buffer); in readBinary()296 if (mInputStream != null) { in stop()298 mInputStream.close(); in stop()303 mInputStream = null; in stop()
265 private InputStream mInputStream; field in SkottieRunner.SkottieAnimationImpl282 mInputStream = is; in init()284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage); in init()
META-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...