Searched defs:writeInt32 (Results 1 – 5 of 5) sorted by relevance
40 void writeInt32(int32_t value) { AParcel_writeInt32(mParcel, value); } in writeInt32() function
38 void (*writeInt32)(AStatsEvent*, int32_t); member
112 void StatsEventCompat::writeInt32(int32_t value) { in writeInt32() function in StatsEventCompat
106 public native final void writeInt32(int val); in writeInt32() method in HwParcel
1054 public void writeInt32(long fieldId, int val) { in writeInt32() method in ProtoOutputStream