Home
last modified time | relevance | path

Searched defs:writeInt (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/packages/apps/Camera2/src/com/android/camera/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfileData.java161 private void writeInt(int v) throws IOException { in writeInt() method in ProfileData
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DWaveHeader.java257 private static void writeInt(OutputStream out, int val) throws IOException { in writeInt() method in WaveHeader
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java283 private int writeInt(byte[] out, int pos, int value) { in writeInt() method in DictionaryBackupAgent
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java655 static void writeInt(byte[] buf, int offset, int value) { in writeInt() method in BlobCache