Home
last modified time | relevance | path

Searched refs:writeInt64 (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/libstats/push_compat/include/
H A DStatsEventCompat.h39 void (*writeInt64)(AStatsEvent*, int64_t); member
56 void writeInt64(int64_t value);
/aosp14/system/core/libstats/push_compat/
H A DStatsEventCompat.cpp83 mAStatsEventApi.writeInt64 = in initializeApiTableLocked()
120 void StatsEventCompat::writeInt64(int64_t value) { in writeInt64() function in StatsEventCompat
122 mAStatsEventApi.writeInt64(mEventR, value); in writeInt64()
/aosp14/frameworks/base/libs/services/src/os/
H A DDropBoxManager.cpp78 err = out->writeInt64(mTimeMillis); in writeToParcel()
/aosp14/frameworks/base/core/java/android/os/
H A DHwParcel.java112 public native final void writeInt64(long val); in writeInt64() method in HwParcel
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp269 return (parcel != NULL) ? parcel->writeInt64(val) : OK; in android_os_Parcel_writeLong()
/aosp14/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java1135 public void writeInt64(long fieldId, long val) { in writeInt64() method in ProtoOutputStream
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10550 method public final void writeInt64(long);