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

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPartSource.java70 InputStream createInputStream() throws IOException; method in interface:PartSource
H A DByteArrayPartSource.java80 * @see PartSource#createInputStream()
82 public InputStream createInputStream() { method in class:ByteArrayPartSource
H A DFilePartSource.java121 * @see PartSource#createInputStream()
123 public InputStream createInputStream() throws IOException { method in class:FilePartSource
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DRequestKey.java26 * {@link #createFileDescriptorFactoryAsync(RequestKey, Callback)} or {@link #createInputStream()}.
29 * {@link #createInputStream()}.
58 * || || or createInputStream()
71 * {@link #createInputStream()} will be called.
100 public InputStream createInputStream() throws IOException; method in interface:RequestKey
H A DResourceRequestKey.java54 public InputStream createInputStream() throws IOException { method in class:ResourceRequestKey
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapRequestKeyImpl.java75 public InputStream createInputStream() throws IOException { method in class:BitmapRequestKeyImpl
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java147 is = factory.createInputStream();
154 is = factory.createInputStream();
225 InputStream createInputStream() throws FileNotFoundException; method in interface:ImageUtils.InputStreamFactory
238 public InputStream createInputStream() throws FileNotFoundException { method in class:ImageUtils.BaseInputStreamFactory
251 public InputStream createInputStream() throws FileNotFoundException { method in class:ImageUtils.DataInputStreamFactory
255 return super.createInputStream();
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java167 public FileInputStream createInputStream() throws IOException { method in class:AssetFileDescriptor
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp658 status_t Camera3Device::createInputStream( function in class:android::Camera3Device

Completed in 1556 milliseconds