Home
last modified time | relevance | path

Searched defs:openInputStream (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/obex/javax/obex/
DObexTransport.java68 InputStream openInputStream() throws IOException; in openInputStream() method
DOperation.java170 InputStream openInputStream() throws IOException; in openInputStream() method
DClientOperation.java269 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation
DServerOperation.java756 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapRfcommTransport.java59 public InputStream openInputStream() throws IOException { in openInputStream() method in BluetoothMapRfcommTransport
/frameworks/av/media/libaudiohal/
DDeviceHalLocal.cpp126 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::DeviceHalLocal
DDeviceHalHidl.cpp265 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::DeviceHalHidl
/frameworks/base/core/java/android/content/
DContentResolver.java948 public final @Nullable InputStream openInputStream(@NonNull Uri uri) in openInputStream() method in ContentResolver