Searched refs:mLogdTimestampNs (Results 1 – 2 of 2) sorted by relevance
77 inline int64_t GetLogdTimestampNs() const { return mLogdTimestampNs; } in GetLogdTimestampNs()141 mLogdTimestampNs = timestampNs; in setLogdWallClockTimestampNs()178 int64_t mLogdTimestampNs; variable
34 mLogdTimestampNs = msg.entry_v1.sec * NS_PER_SEC + msg.entry_v1.nsec; in LogEvent()44 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()55 mLogdTimestampNs = timestampNs; in LogEvent()382 result += StringPrintf("{ %lld %lld (%d)", (long long)mLogdTimestampNs, in ToString()