Home
last modified time | relevance | path

Searched refs:getWallClockNs (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DTrainInfoPuller.cpp46 auto event = make_shared<LogEvent>(getWallClockNs(), getElapsedRealtimeNs(), trainInfo); in PullInternal()
DGpuStatsPuller.cpp59 android::util::GPU_STATS_GLOBAL_INFO, getWallClockNs(), getElapsedRealtimeNs()); in pullGpuStatsGlobalInfo()
92 android::util::GPU_STATS_APP_INFO, getWallClockNs(), getElapsedRealtimeNs()); in pullGpuStatsAppInfo()
DStatsCallbackPuller.cpp43 int64_t wallClockTimeNs = getWallClockNs(); in PullInternal()
DSubsystemSleepStatePuller.cpp192 int64_t wallClockTimestampNs = getWallClockNs(); in getIPowerStatsDataLocked()
262 int64_t wallClockTimestampNs = getWallClockNs(); in getIPowerDataLocked()
DResourceHealthManagerPuller.cpp64 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal()
DPowerStatsPuller.cpp92 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal()
DStatsPullerManager.cpp379 int64_t wallClockNs = getWallClockNs(); in OnAlarmFired()
/frameworks/base/cmds/statsd/src/
Dstats_log_util.h60 int64_t getWallClockNs();
Dstats_log_util.cpp532 int64_t getWallClockNs() { in getWallClockNs() function
DStatsLogProcessor.cpp461 (long long)getWallClockNs()); in onConfigMetricsReportLocked()
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp73 mLastReportWallClockNs(getWallClockNs()), in MetricsManager()
269 mLastReportWallClockNs = getWallClockNs(); in onDumpReport()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp193 mLogdTimestampNs = getWallClockNs(); in LogEvent()