Home
last modified time | relevance | path

Searched defs:openInputStream (Results 1 – 9 of 9) 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.java766 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
/frameworks/av/media/libaudiohal/2.0/
DDeviceHalLocal.cpp126 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::DeviceHalLocal
DDeviceHalHidl.cpp263 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::DeviceHalHidl
/frameworks/av/media/libaudiohal/4.0/
DDeviceHalLocal.cpp127 status_t DeviceHalLocal::openInputStream( in openInputStream() function in android::V4_0::DeviceHalLocal
DDeviceHalHidl.cpp273 status_t DeviceHalHidl::openInputStream( in openInputStream() function in android::V4_0::DeviceHalHidl
/frameworks/base/core/java/android/content/
DContentResolver.java996 public final @Nullable InputStream openInputStream(@NonNull Uri uri) in openInputStream() method in ContentResolver