Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProviderTest.java40 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/
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/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport
70 return new DataInputStream(openInputStream()); in openDataInputStream()
DBluetoothMasRequest.java114 InputStream is = op.openInputStream(); in executeGet()
/frameworks/support/tv-provider/src/android/support/media/tv/
DChannelLogoUtils.java87 inputStream = context.getContentResolver().openInputStream(logoUri); in storeChannelLogo()
152 channelLogo = BitmapFactory.decodeStream(context.getContentResolver().openInputStream( in loadChannelLogo()
/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.java756 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
767 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/
DDeviceHalInterface.h79 virtual status_t openInputStream(
/frameworks/av/media/libaudiohal/
DDeviceHalLocal.h74 virtual status_t openInputStream(
DDeviceHalHidl.h79 virtual status_t openInputStream(
DDeviceHalHidl.cpp265 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::DeviceHalHidl
280 Return<void> ret = mDevice->openInputStream( in openInputStream()
DDeviceHalLocal.cpp126 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::DeviceHalLocal
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DSharingReceiverSupport.java73 getContentResolver().openInputStream(uri))); in onCreate()
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java108 InputStream is = mContentResolver.openInputStream( in fetchPhotoAsync()
/frameworks/base/core/java/android/text/style/
DImageSpan.java137 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DSdkUtil.java89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
DGenerationalClassUtil.java98 inputStream = FileUtils.openInputStream(file); in loadFromDirectory()
/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.java961 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/
DMediaRouteChooserDialog.java325 InputStream is = getContext().getContentResolver().openInputStream(iconUri); in getIconDrawable()

123