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

/frameworks/base/libs/hwui/
H A DDisplayListLogBuffer.cpp100 writeInt(level);
101 writeInt(op);
108 void DisplayListLogBuffer::writeInt(int value) { function in class:android::uirenderer::DisplayListLogBuffer
/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/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java420 out.writeInt(FULL_BACKUP_VERSION);
423 out.writeInt(systemSettingsData.length);
426 out.writeInt(secureSettingsData.length);
429 out.writeInt(globalSettingsData.length);
432 out.writeInt(locale.length);
435 out.writeInt(wifiSupplicantData.length);
438 out.writeInt(wifiConfigData.length);
553 dataOutput.writeInt(STATE_VERSION);
752 pos = writeInt(result, pos, values[i].length);
907 private int writeInt(byt method in class:SettingsBackupAgent
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java64 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
469 writeInt(-1);
480 public final void writeInt(int val) { method in class:Parcel
560 writeInt(val);
584 writeInt(-1);
588 writeInt(entries.size());
601 writeInt(-1);
615 writeInt(-1);
620 writeInt(N);
634 writeInt(
[all...]

Completed in 1350 milliseconds