Home
last modified time | relevance | path

Searched refs:mInputStream (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnection.java42 private InputStream mInputStream; field in BluetoothConnection
55 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()
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java265 private InputStream mInputStream; field in SkottieRunner.SkottieAnimationImpl
282 mInputStream = is; in init()
284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage); in init()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java265 private InputStream mInputStream; field in SkottieRunner.SkottieAnimationImpl
282 mInputStream = is; in init()
284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage); in init()
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...