Searched refs:elapsedTimestampNs (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/statsd/src/external/ |
D | SubsystemSleepStatePuller.cpp | 89 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()
|
D | ResourceHealthManagerPuller.cpp | 65 int64_t elapsedTimestampNs = getElapsedRealtimeNs(); in PullInternal() local 77 wallClockTimestampNs, elapsedTimestampNs); in PullInternal() 83 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
|
D | ResourceThermalManagerPuller.cpp | 105 int64_t elapsedTimestampNs = getElapsedRealtimeNs(); in PullInternal() local 120 wallClockTimestampNs, elapsedTimestampNs); in PullInternal()
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.h | 67 explicit LogEvent(int32_t tagId, int64_t wallClockTimestampNs, int64_t elapsedTimestampNs);
|
D | LogEvent.cpp | 43 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/ |
D | GaugeMetricProducer.cpp | 286 const int64_t elapsedTimestampNs = truncateTimestamp ? in onDumpReportLocked() local 294 (long long)elapsedTimestampNs); in onDumpReportLocked()
|