Searched defs:getInputStream (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java109 public final DirectByteInputStream getInputStream() { method in class:SerializedFrame.DirectByteOutputStream
268 InputStream inputStream = mByteOutputStream.getInputStream();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java60 * as a server, open the IO streams by calling {@link #getInputStream} and
195 as.mSocketIS = as.mSocket.getInputStream();
250 public InputStream getInputStream() throws IOException { method in class:BluetoothSocket
312 mSocketIS = mSocket.getInputStream();
362 if (DBG) Log.d(TAG, "bindListen(), new LocalSocket.getInputStream() ");
363 mSocketIS = mSocket.getInputStream();
/frameworks/base/core/java/android/net/
H A DLocalSocket.java172 public InputStream getInputStream() throws IOException { method in class:LocalSocket
174 return impl.getInputStream();
H A DLocalSocketImpl.java341 protected InputStream getInputStream() throws IOException method in class:LocalSocketImpl
385 return getInputStream().available();
/frameworks/base/core/java/android/os/
H A DDropBoxManager.java177 /** @return flags describing the content returned by {@link #getInputStream()}. */
178 public int getFlags() { return mFlags & ~IS_GZIPPED; } // getInputStream() decompresses.
190 is = getInputStream();
207 public InputStream getInputStream() throws IOException { method in class:DropBoxManager.Entry
H A DMemoryFile.java174 public InputStream getInputStream() { method in class:MemoryFile
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java184 public InputStream getInputStream() { method in class:CacheManager.CacheResult
H A DPluginData.java93 public InputStream getInputStream() { method in class:PluginData

Completed in 4222 milliseconds