Home
last modified time | relevance | path

Searched defs:writeInt64 (Results 1 – 3 of 3) sorted by relevance

/system/core/libstats/push_compat/include/
DStatsEventCompat.h39 void (*writeInt64)(AStatsEvent*, int64_t); member
/system/core/libstats/push_compat/
DStatsEventCompat.cpp120 void StatsEventCompat::writeInt64(int64_t value) { in writeInt64() function in StatsEventCompat
/system/libhwbinder/
DParcel.cpp543 status_t Parcel::writeInt64(int64_t val) in writeInt64() function in android::hardware::Parcel