Home
last modified time | relevance | path

Searched refs:openInputStream (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProviderTest.java41 InputStream in = resolver.openInputStream(uri); in testRead()
58 InputStream in = resolver.openInputStream(uri); in testClose()
74 InputStream in = resolver.openInputStream(uri); in testFile()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRGBZ.java54 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri)); in RGBZ()
74 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage)); in RGBZ()
96 Bitmap image = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage)); in createFromBitmapDepthmap()
107 Bitmap image = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage)); in createFromPFMDepthmap()
DDepthImage.java60 InputStream input = context.getContentResolver().openInputStream(image); in createFromXMPMetadata()
74 …Bitmap bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(uriDepthma… in createFromDepthmap()
124 … PortableFloatMap pfm = new PortableFloatMap(context.getContentResolver().openInputStream(uriPFM)); in createFromPFM()
/frameworks/base/core/java/com/android/internal/widget/
DLocalImageResolver.java55 InputStream input = context.getContentResolver().openInputStream(uri); in resolveImage()
63 InputStream input = context.getContentResolver().openInputStream(uri); in getBoundsOptionsForImage()
/frameworks/base/obex/javax/obex/
DObexTransport.java68 InputStream openInputStream() throws IOException; in openInputStream() method
DOperation.java170 InputStream openInputStream() throws IOException; in openInputStream() method
DClientSession.java76 mInput = trans.openInputStream(); in ClientSession()
92 mInput = trans.openInputStream(); in ClientSession()
DServerOperation.java766 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
777 return new DataInputStream(openInputStream()); in openDataInputStream()
DClientOperation.java269 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation
295 return new DataInputStream(openInputStream()); in openDataInputStream()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDeviceHalInterface.h81 virtual status_t openInputStream(
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java111 public InputStream openInputStream() throws IOException { in openInputStream() method in HttpsServiceConnection
/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.h75 virtual status_t openInputStream(
DDeviceHalHidl.h82 virtual status_t openInputStream(
DDeviceHalHidl.cpp260 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::CPP_VERSION::DeviceHalHidl
295 Return<void> ret = mDevice->openInputStream( in openInputStream()
DDeviceHalLocal.cpp127 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::CPP_VERSION::DeviceHalLocal
/frameworks/base/core/java/android/text/style/
DImageSpan.java235 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java143 assertEquals(testInputStream, mHttpsServiceConnection.openInputStream()); in verifyOpenInputStream()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallStaging.java174 try (InputStream in = getContentResolver().openInputStream(packageUri)) { in doInBackground()
/frameworks/base/services/core/java/com/android/server/updates/
DConfigUpdateInstallReceiver.java135 InputStream is = c.getContentResolver().openInputStream(content); in getAltContent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java239 return mResolver.openInputStream(mUri); in createInputStream()
/frameworks/base/media/java/android/media/
DRingtoneManager.java906 try (final InputStream input = mContext.getContentResolver().openInputStream(fileUri); in addCustomExternalRingtone()
937 return resolver.openInputStream(uri); in openRingtone()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java236 input = getContentResolver().openInputStream(data); in doInBackground()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java251 Bitmap b = BitmapFactory.decodeStream(cr.openInputStream(uri)); in reProcessImage()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java236 input = getContentResolver().openInputStream(data); in doInBackground()

12