Home
last modified time | relevance | path

Searched refs:mElapsedTimestampNs (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h132 inline int64_t GetElapsedTimestampNs() const { return mElapsedTimestampNs; } in GetElapsedTimestampNs()
178 mElapsedTimestampNs = timestampNs; in setElapsedTimestampNs()
362 int64_t mElapsedTimestampNs; variable
DLogEvent.cpp64 mElapsedTimestampNs = getElapsedRealtimeNs(); in LogEvent()
83 mElapsedTimestampNs = elapsedTimestampNs; in LogEvent()
515 mElapsedTimestampNs = readNextValue<int64_t>(); in parseHeader()
746 (long long)mElapsedTimestampNs, mTagId); in ToString()
/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.h38 : mFields(fields), mElapsedTimestampNs(elapsedTimeNs) { in GaugeAtom()
41 int64_t mElapsedTimestampNs; member
DGaugeMetricProducer.cpp677 elapsedTimestampsNs.push_back(atom.mElapsedTimestampNs); in flushCurrentBucketLocked()