Home
last modified time | relevance | path

Searched refs:wallClockTimestampNs (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DResourceHealthManagerPuller.cpp64 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local
78 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
84 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
89 auto ptr = make_shared<LogEvent>(android::util::BATTERY_VOLTAGE, wallClockTimestampNs, in PullInternal()
95 auto ptr = make_shared<LogEvent>(android::util::BATTERY_LEVEL, wallClockTimestampNs, in PullInternal()
102 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
DSubsystemSleepStatePuller.cpp192 int64_t wallClockTimestampNs = getWallClockNs(); in getIPowerStatsDataLocked() local
198 [&data, &success, wallClockTimestampNs, elapsedTimestampNs] in getIPowerStatsDataLocked()
210 wallClockTimestampNs, elapsedTimestampNs); in getIPowerStatsDataLocked()
262 int64_t wallClockTimestampNs = getWallClockNs(); in getIPowerDataLocked() local
266 [&data, wallClockTimestampNs, elapsedTimestampNs] in getIPowerDataLocked()
275 wallClockTimestampNs, elapsedTimestampNs); in getIPowerDataLocked()
289 wallClockTimestampNs, elapsedTimestampNs); in getIPowerDataLocked()
312 [&data, wallClockTimestampNs, elapsedTimestampNs] in getIPowerDataLocked()
324 wallClockTimestampNs, elapsedTimestampNs); in getIPowerDataLocked()
DPowerStatsPuller.cpp92 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local
127 [&data, wallClockTimestampNs, elapsedTimestampNs, &resultSuccess] in PullInternal()
144 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h90 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs);
101 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs,
113 explicit LogEvent(int64_t wallClockTimestampNs, int64_t elapsedTimestampNs,
116 explicit LogEvent(int64_t wallClockTimestampNs, int64_t elapsedTimestampNs,
DLogEvent.cpp122 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent() argument
123 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()
134 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs, in LogEvent() argument
140 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()
209 LogEvent::LogEvent(int64_t wallClockTimestampNs, int64_t elapsedTimestampNs, in LogEvent() argument
211 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()
240 LogEvent::LogEvent(int64_t wallClockTimestampNs, int64_t elapsedTimestampNs, in LogEvent() argument
242 mLogdTimestampNs = wallClockTimestampNs; in LogEvent()