Home
last modified time | relevance | path

Searched defs:createInputStream (Results 1 – 10 of 10) 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/opt/bitmap/src/com/android/bitmap/
DRequestKey.java103 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/hardware/camera2/impl/
DICameraDeviceUserWrapper.java141 public int createInputStream(int width, int height, int format) throws CameraAccessException { in createInputStream() method in ICameraDeviceUserWrapper
/frameworks/av/camera/aidl/android/hardware/camera2/
DICameraDeviceUser.aidl120 int createInputStream(int width, int height, int format); in createInputStream() method
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java171 public FileInputStream createInputStream() throws IOException { in createInputStream() method in AssetFileDescriptor
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java643 public int createInputStream(int width, int height, int format) { in createInputStream() method in CameraDeviceUserShim
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1103 binder::Status CameraDeviceClient::createInputStream( in createInputStream() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1600 status_t Camera3Device::createInputStream( in createInputStream() function in android::Camera3Device