Home
last modified time | relevance | path

Searched defs:wallClockTimestampNs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DResourceHealthManagerPuller.cpp64 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local
DResourceThermalManagerPuller.cpp104 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local
DSubsystemSleepStatePuller.cpp88 int64_t wallClockTimestampNs = getWallClockNs(); in PullInternal() local
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp43 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent()