Searched refs:truncateTimestampNsToFiveMinutes (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
H A DEventMetricProducer.cpp148 (long long)truncateTimestampNsToFiveMinutes(event.GetElapsedTimestampNs()));
150 (long long)truncateTimestampNsToFiveMinutes(getWallClockNs()));
H A DGaugeMetricProducer.cpp287 truncateTimestampNsToFiveMinutes(atom.mElapsedTimestamps) :
290 truncateTimestampNsToFiveMinutes(atom.mWallClockTimestampNs) :
/frameworks/base/cmds/statsd/src/
H A Dstats_log_util.h88 int64_t truncateTimestampNsToFiveMinutes(int64_t timestampNs);
H A Dstats_log_util.cpp435 int64_t truncateTimestampNsToFiveMinutes(int64_t timestampNs) { function in namespace:android::os::statsd

Completed in 90 milliseconds