Searched refs:writeInt64 (Results 1 – 7 of 7) sorted by relevance
39 void (*writeInt64)(AStatsEvent*, int64_t); member56 void writeInt64(int64_t value);
83 mAStatsEventApi.writeInt64 = in initializeApiTableLocked()120 void StatsEventCompat::writeInt64(int64_t value) { in writeInt64() function in StatsEventCompat122 mAStatsEventApi.writeInt64(mEventR, value); in writeInt64()
78 err = out->writeInt64(mTimeMillis); in writeToParcel()
112 public native final void writeInt64(long val); in writeInt64() method in HwParcel
269 return (parcel != NULL) ? parcel->writeInt64(val) : OK; in android_os_Parcel_writeLong()
1135 public void writeInt64(long fieldId, long val) { in writeInt64() method in ProtoOutputStream
10550 method public final void writeInt64(long);