Home
last modified time | relevance | path

Searched refs:ByteOrderAwarenessDataInputStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java559 ByteOrderAwarenessDataInputStream inputStream = in getValue()
560 new ByteOrderAwarenessDataInputStream(bytes); in getValue()
2050 ByteOrderAwarenessDataInputStream dataInputStream = in readExifSegment()
2051 new ByteOrderAwarenessDataInputStream(exifBytes); in readExifSegment()
2164 private void readImageFileDirectory(ByteOrderAwarenessDataInputStream dataInputStream, int hint) in readImageFileDirectory()
2561 private static class ByteOrderAwarenessDataInputStream extends ByteArrayInputStream { class in ExifInterface
2569 public ByteOrderAwarenessDataInputStream(byte[] bytes) { in ByteOrderAwarenessDataInputStream() method in ExifInterface.ByteOrderAwarenessDataInputStream
/frameworks/base/
Dcompiled-classes-phone2348 android.media.ExifInterface$ByteOrderAwarenessDataInputStream