HomeSort by relevance Sort by last modified time
    Searched defs:ByteBufferInputStream (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 22 class ByteBufferInputStream extends InputStream {
26 public ByteBufferInputStream(ByteBuffer buf) {
  /packages/apps/Camera2/src/com/android/camera/exif/
ByteBufferInputStream.java 22 class ByteBufferInputStream extends InputStream {
26 public ByteBufferInputStream(ByteBuffer buf) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 22 class ByteBufferInputStream extends InputStream {
26 public ByteBufferInputStream(ByteBuffer buf) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 22 class ByteBufferInputStream extends InputStream {
26 public ByteBufferInputStream(ByteBuffer buf) {
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ByteBufferInputStream.java 22 class ByteBufferInputStream extends InputStream {
26 public ByteBufferInputStream(ByteBuffer buf) {
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLBIOSource.java 28 new OpenSSLBIOInputStream(new ByteBufferInputStream(buffer), false));
55 private static class ByteBufferInputStream extends InputStream {
58 public ByteBufferInputStream(ByteBuffer source) {

Completed in 82 milliseconds