Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java225 InputStream createInputStream() throws FileNotFoundException; in createInputStream() method
238 public InputStream createInputStream() throws FileNotFoundException { in createInputStream() method in ImageUtils.BaseInputStreamFactory
251 public InputStream createInputStream() throws FileNotFoundException { in createInputStream() method in ImageUtils.DataInputStreamFactory
/frameworks/base/core/java/com/android/internal/http/multipart/
DPartSource.java70 InputStream createInputStream() throws IOException; in createInputStream() method
DByteArrayPartSource.java82 public InputStream createInputStream() { in createInputStream() method in ByteArrayPartSource
DFilePartSource.java123 public InputStream createInputStream() throws IOException { in createInputStream() method in FilePartSource
/frameworks/opt/bitmap/src/com/android/bitmap/
DRequestKey.java100 public InputStream createInputStream() throws IOException; in createInputStream() method
DResourceRequestKey.java54 public InputStream createInputStream() throws IOException { in createInputStream() method in ResourceRequestKey
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
DBitmapRequestKeyImpl.java75 public InputStream createInputStream() throws IOException { in createInputStream() method in BitmapRequestKeyImpl
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java167 public FileInputStream createInputStream() throws IOException { in createInputStream() method in AssetFileDescriptor
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp659 status_t Camera3Device::createInputStream( in createInputStream() function in android::Camera3Device