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.java205 out.writeInt(FULL_BACKUP_VERSION);
208 out.writeInt(systemSettingsData.length);
211 out.writeInt(secureSettingsData.length);
214 out.writeInt(locale.length);
217 out.writeInt(wifiSupplicantData.length);
220 out.writeInt(wifiConfigData.length);
326 dataOutput.writeInt(STATE_VERSION);
506 pos = writeInt(result, pos, values[i].length);
661 private int writeInt(byte[] out, int pos, int value) { method in class:SettingsBackupAgent
/frameworks/base/core/java/android/os/
H A DParcel.java64 * {@link #readDouble}, {@link #writeFloat}, {@link #readFloat}, {@link #writeInt},
383 writeInt(-1);
396 public final native void writeInt(int val); method in class:Parcel
462 writeInt(val);
486 writeInt(-1);
490 writeInt(entries.size());
503 writeInt(-1);
517 writeInt(-1);
522 writeInt(N);
536 writeInt(
[all...]

Completed in 3332 milliseconds