/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProviderTest.java | 40 InputStream in = resolver.openInputStream(uri); in testRead() 57 InputStream in = resolver.openInputStream(uri); in testClose() 73 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 | 56 InputStream input = context.getContentResolver().openInputStream(uri); in resolveImage() 64 InputStream input = context.getContentResolver().openInputStream(uri); in getBoundsOptionsForImage()
|
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/ |
D | ChannelLogoUtils.java | 88 inputStream = context.getContentResolver().openInputStream(logoUri); in storeChannelLogo() 153 channelLogo = BitmapFactory.decodeStream(context.getContentResolver().openInputStream( in loadChannelLogo()
|
/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 | 80 virtual status_t openInputStream(
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ |
D | SharingReceiverSupport.java | 74 getContentResolver().openInputStream(uri))); in onCreate()
|
/frameworks/av/media/libaudiohal/2.0/ |
D | DeviceHalLocal.h | 74 virtual status_t openInputStream(
|
D | DeviceHalHidl.h | 81 virtual status_t openInputStream(
|
D | DeviceHalHidl.cpp | 263 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::DeviceHalHidl 278 Return<void> ret = mDevice->openInputStream( in openInputStream()
|
/frameworks/av/media/libaudiohal/4.0/ |
D | DeviceHalLocal.h | 75 virtual status_t openInputStream(
|
D | DeviceHalHidl.h | 82 virtual status_t openInputStream(
|
D | DeviceHalHidl.cpp | 273 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::V4_0::DeviceHalHidl 291 Return<void> ret = mDevice->openInputStream( in openInputStream()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DefaultPhotoManager.java | 108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
|
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/imageprocessing/ |
D | ImageProcessingWorker.java | 88 inputStream = getApplicationContext().getContentResolver().openInputStream(uri); in retrieveImage()
|
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 233 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
|
/frameworks/support/compat/src/main/java/androidx/core/graphics/ |
D | TypefaceCompatBaseImpl.java | 114 is = context.getContentResolver().openInputStream(font.getUri());
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | SdkUtil.java | 89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | ConfigUpdateInstallReceiver.java | 135 InputStream is = c.getContentResolver().openInputStream(content); in getAltContent()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/ |
D | GenerationalClassUtil.java | 98 inputStream = FileUtils.openInputStream(file); in loadFromDirectory()
|