Searched refs:mLogdTimestampNs (Results 1 – 2 of 2) sorted by relevance
41 mLogdTimestampNs = msg.entry_v1.sec * NS_PER_SEC + msg.entry_v1.nsec; in LogEvent()54 mLogdTimestampNs = event.mLogdTimestampNs; in LogEvent()60 mLogdTimestampNs = statsLogEventWrapper.getWallClockTimeNs(); in LogEvent()123 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()140 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()193 mLogdTimestampNs = getWallClockNs(); in LogEvent()211 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()242 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()259 mLogdTimestampNs = timestampNs; in LogEvent()667 result += StringPrintf("{ uid(%d) %lld %lld (%d)", mLogUid, (long long)mLogdTimestampNs, in ToString()
124 inline int64_t GetLogdTimestampNs() const { return mLogdTimestampNs; } in GetLogdTimestampNs()193 mLogdTimestampNs = timestampNs; in setLogdWallClockTimestampNs()233 int64_t mLogdTimestampNs; variable