HomeSort by relevance Sort by last modified time
    Searched full:currenttimestampns (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp 187 const int64_t currentTimestampNs = event->GetElapsedTimestampNs();
197 if (currentTimestampNs == mLastTimestampSeen) {
202 if (currentTimestampNs > mLargestTimestampSeen) {
206 StatsdStats::getInstance().noteLogLost(currentTimestampNs);
211 resetConfigsLocked(currentTimestampNs);
219 mLastTimestampSeen = currentTimestampNs;
220 if (mLargestTimestampSeen < currentTimestampNs) {
221 mLargestTimestampSeen = currentTimestampNs;
224 resetIfConfigTtlExpiredLocked(currentTimestampNs);
StatsLogProcessor.h 138 const int64_t currentTimestampNs, const ConfigKey& key, const StatsdConfig& config);
  /frameworks/base/cmds/statsd/src/metrics/
MetricsManager.h 84 void refreshTtl(const int64_t currentTimestampNs) {
86 mTtlEndNs = currentTimestampNs + mTtlNs;

Completed in 190 milliseconds