Home
last modified time | relevance | path

Searched refs:createInputStream (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java147 is = factory.createInputStream(); in decodeStream()
154 is = factory.createInputStream(); in decodeStream()
225 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
255 return super.createInputStream(); in createInputStream()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java169 mAssets.openFd("backup_mock.gld").createInputStream())); in testReadMockData()
198 mAssets.openFd("backup_real.gld").createInputStream())); in testReadRealData()
225 FileInputStream fileInputStream = mAssets.openFd(source).createInputStream(); in copyAssetToFile()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DRequestKey.java103 public InputStream createInputStream() throws IOException; in createInputStream() method
H A DResourceRequestKey.java54 public InputStream createInputStream() throws IOException { in createInputStream() method in ResourceRequestKey
H A DDecodeTask.java474 in = mKey.createInputStream(); in reset()
482 in = mKey.createInputStream(); in reset()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java195 is = fd.createInputStream(); in generateFileInfo()
204 is = fd.createInputStream(); in generateFileInfo()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java143 public int createInputStream(int width, int height, int format, boolean isMultiResolution) in createInputStream() method in ICameraDeviceUserWrapper
146 return mRemoteDevice.createInputStream(width, height, format, isMultiResolution); in createInputStream()
H A DCameraDeviceImpl.java489 int streamId = mRemoteDevice.createInputStream(inputConfig.getWidth(), in configureStreamsChecked()
/aosp12/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapRequestKeyImpl.java75 public InputStream createInputStream() throws IOException { in createInputStream() method in BitmapRequestKeyImpl
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
H A DIoUtils.java50 InputStream inputStream = assetFileDescriptor.createInputStream(); in readFromAssetFileDescriptor()
/aosp12/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl126 int createInputStream(int width, int height, int format, boolean isMultiResolution); in createInputStream() method
/aosp12/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java171 public FileInputStream createInputStream() throws IOException { in createInputStream() method in AssetFileDescriptor
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DContactUtils.java135 InputStream stream = fd.createInputStream(); in getPerson()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h206 virtual status_t createInputStream(uint32_t width, uint32_t height,
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DLiveWallpaperThumbAsset.java190 BitmapFactory.decodeStream(assetFileDescriptor.createInputStream())); in getThumbnailDrawable()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h117 virtual binder::Status createInputStream(int width, int height, int format,
H A DCameraDeviceClient.cpp1046 binder::Status CameraDeviceClient::createInputStream( in createInputStream() function in android::CameraDeviceClient
1072 status_t err = mDevice->createInputStream(width, height, format, isMultiResolution, &streamId); in createInputStream()
/aosp12/frameworks/base/core/java/android/content/
H A DClipData.java419 stream = descr.createInputStream(); in coerceToText()
576 stream = descr.createInputStream(); in coerceToHtmlOrStyledText()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
H A DDrmTest.java185 FileInputStream body = afd.createInputStream(); in createDmStream()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryFileDumper.java275 originalSourceStream = afd.createInputStream(); in installWordListToStaging()
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java278 try (FileInputStream fis = assetFD.createInputStream()) { in createBuffer()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp238 res = device->createInputStream(params.fastInfo.usedZslSize.width, in updateStream()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h152 status_t createInputStream(
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java528 inputStream = fd.createInputStream(); in loadPhotoBinaryData()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java340 inputStream = fd.createInputStream(); in loadPhotoBinaryData()

12