Searched refs:readOrThrow (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);
/packages/apps/Mms/src/com/android/mms/exif/
H A DCountedDataInputStream.java82 public void readOrThrow(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
87 public void readOrThrow(byte[] b) throws IOException { method in class:CountedDataInputStream
88 readOrThrow(b, 0, b.length);
100 readOrThrow(mByteArray, 0 ,2);
110 readOrThrow(mByteArray, 0 , 4);
120 readOrThrow(mByteArray, 0 , 8);
127 readOrThrow(buf);
133 readOrThrow(buf);

Completed in 266 milliseconds