/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/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMapRfcommTransport.java | 59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport 70 return new DataInputStream(openInputStream()); in openDataInputStream()
|
D | BluetoothMasRequest.java | 114 InputStream is = op.openInputStream(); in executeGet()
|
/frameworks/support/tv-provider/src/android/support/media/tv/ |
D | ChannelLogoUtils.java | 87 inputStream = context.getContentResolver().openInputStream(logoUri); in storeChannelLogo() 152 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 | 756 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation 767 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/ |
D | DeviceHalInterface.h | 79 virtual status_t openInputStream(
|
/frameworks/av/media/libaudiohal/ |
D | DeviceHalLocal.h | 74 virtual status_t openInputStream(
|
D | DeviceHalHidl.h | 79 virtual status_t openInputStream(
|
D | DeviceHalHidl.cpp | 265 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::DeviceHalHidl 280 Return<void> ret = mDevice->openInputStream( in openInputStream()
|
D | DeviceHalLocal.cpp | 126 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::DeviceHalLocal
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | SharingReceiverSupport.java | 73 getContentResolver().openInputStream(uri))); in onCreate()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DefaultPhotoManager.java | 108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
|
/frameworks/base/core/java/android/text/style/ |
D | ImageSpan.java | 137 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | SdkUtil.java | 89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/ |
D | GenerationalClassUtil.java | 98 inputStream = FileUtils.openInputStream(file); in loadFromDirectory()
|
/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 | 961 try (final InputStream input = mContext.getContentResolver().openInputStream(fileUri); in addCustomExternalRingtone() 1029 return resolver.openInputStream(uri); in openRingtone()
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouteChooserDialog.java | 325 InputStream is = getContext().getContentResolver().openInputStream(iconUri); in getIconDrawable()
|