Searched defs:writeInt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java233 writeInt(out, 36 + mNumBytes);
238 writeInt(out, 16);
241 writeInt(out, mSampleRate);
242 writeInt(out, mNumChannels * mSampleRate * mBitsPerSample / 8);
248 writeInt(out, mNumBytes);
257 private static void writeInt(OutputStream out, int val) throws IOException { method in class:WaveHeader
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java416 writeInt(os, CACHE_MAGIC);
478 static void writeInt(OutputStream os, int n) throws IOException { method in class:DiskBasedCache
532 writeInt(os, map.size());
538 writeInt(os, 0);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java448 out.writeInt(FULL_BACKUP_VERSION);
451 out.writeInt(systemSettingsData.length);
454 out.writeInt(secureSettingsData.length);
457 out.writeInt(globalSettingsData.length);
460 out.writeInt(locale.length);
463 out.writeInt(wifiSupplicantData.length);
466 out.writeInt(wifiConfigData.length);
581 dataOutput.writeInt(STATE_VERSION);
782 pos = writeInt(result, pos, values[i].length);
937 private int writeInt(byt method in class:SettingsBackupAgent
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java65 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
472 writeInt(-1);
483 public final void writeInt(int val) { method in class:Parcel
563 writeInt(val);
587 writeInt(-1);
591 writeInt(entries.size());
604 writeInt(-1);
608 writeInt(N);
632 writeInt(-1);
646 writeInt(
[all...]

Completed in 224 milliseconds