Home
last modified time | relevance | path

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

/system/core/libstats/push_compat/include/
DStatsEventCompat.h38 void (*writeInt32)(AStatsEvent*, int32_t); member
/system/core/libstats/push_compat/
DStatsEventCompat.cpp112 void StatsEventCompat::writeInt32(int32_t value) { in writeInt32() function in StatsEventCompat
/system/libhwbinder/
DParcel.cpp529 status_t Parcel::writeInt32(int32_t val) in writeInt32() function in android::hardware::Parcel