/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProviderTest.java | 41 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/ |
D | RGBZ.java | 54 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()
|
D | DepthImage.java | 60 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/ |
D | LocalImageResolver.java | 55 InputStream input = context.getContentResolver().openInputStream(uri); in resolveImage() 63 InputStream input = context.getContentResolver().openInputStream(uri); in getBoundsOptionsForImage()
|
/frameworks/base/obex/javax/obex/ |
D | ObexTransport.java | 68 InputStream openInputStream() throws IOException; in openInputStream() method
|
D | Operation.java | 170 InputStream openInputStream() throws IOException; in openInputStream() method
|
D | ClientSession.java | 76 mInput = trans.openInputStream(); in ClientSession() 92 mInput = trans.openInputStream(); in ClientSession()
|
D | ServerOperation.java | 766 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation 777 return new DataInputStream(openInputStream()); in openDataInputStream()
|
D | ClientOperation.java | 269 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation 295 return new DataInputStream(openInputStream()); in openDataInputStream()
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | DeviceHalInterface.h | 81 virtual status_t openInputStream(
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DefaultPhotoManager.java | 108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | HttpsServiceConnection.java | 111 public InputStream openInputStream() throws IOException { in openInputStream() method in HttpsServiceConnection
|
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalLocal.h | 75 virtual status_t openInputStream(
|
D | DeviceHalHidl.h | 82 virtual status_t openInputStream(
|
D | DeviceHalHidl.cpp | 260 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::CPP_VERSION::DeviceHalHidl 295 Return<void> ret = mDevice->openInputStream( in openInputStream()
|
D | DeviceHalLocal.cpp | 127 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::CPP_VERSION::DeviceHalLocal
|
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 235 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | HttpsServiceConnectionTest.java | 143 assertEquals(testInputStream, mHttpsServiceConnection.openInputStream()); in verifyOpenInputStream()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallStaging.java | 174 try (InputStream in = getContentResolver().openInputStream(packageUri)) { in doInBackground()
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | ConfigUpdateInstallReceiver.java | 135 InputStream is = c.getContentResolver().openInputStream(content); in getAltContent()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 239 return mResolver.openInputStream(mUri); in createInputStream()
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 906 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/ |
D | MainActivity.java | 236 input = getContentResolver().openInputStream(data); in doInBackground()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 251 Bitmap b = BitmapFactory.decodeStream(cr.openInputStream(uri)); in reProcessImage()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 236 input = getContentResolver().openInputStream(data); in doInBackground()
|