Home
last modified time | relevance | path

Searched refs:elapsedTimestampNs (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
DSubsystemSleepStatePuller.cpp89 int64_t elapsedTimestampNs = getElapsedRealtimeNs(); in PullInternal() local
95 …[&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStatePlatformSleepState> states, S… in PullInternal()
103 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
117 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
142 …[&data, wallClockTimestampNs, elapsedTimestampNs](hidl_vec<PowerStateSubsystem> subsystems, Status… in PullInternal()
153 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
DResourceHealthManagerPuller.cpp65 int64_t elapsedTimestampNs = getElapsedRealtimeNs(); in PullInternal() local
77 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
83 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
DResourceThermalManagerPuller.cpp105 int64_t elapsedTimestampNs = getElapsedRealtimeNs(); in PullInternal() local
120 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h67 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs);
DLogEvent.cpp43 LogEvent::LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs) { in LogEvent() argument
49 android_log_write_int64(mContext, elapsedTimestampNs); in LogEvent()
/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp286 const int64_t elapsedTimestampNs = truncateTimestamp ? in onDumpReportLocked() local
294 (long long)elapsedTimestampNs); in onDumpReportLocked()