Home
last modified time | relevance | path

Searched refs:mLastReportWallClockNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.h111 return mLastReportWallClockNs; in getLastReportWallClockNs()
160 int64_t mLastReportWallClockNs; variable
DMetricsManager.cpp73 mLastReportWallClockNs(getWallClockNs()), in MetricsManager()
269 mLastReportWallClockNs = getWallClockNs(); in onDumpReport()