Home
last modified time | relevance | path

Searched defs:writeShort (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DOrderedDataOutputStream.java37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
/packages/apps/Camera2/src/com/android/camera/exif/
DOrderedDataOutputStream.java37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DWaveHeader.java264 private static void writeShort(OutputStream out, short val) throws IOException { in writeShort() method in WaveHeader