Home
last modified time | relevance | path

Searched refs:currentTimestampNs (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricsManager.h109 void refreshTtl(const int64_t currentTimestampNs) { in refreshTtl() argument
111 mTtlEndNs = currentTimestampNs + mTtlNs; in refreshTtl()
/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsLogProcessor.h190 void OnConfigUpdatedLocked(const int64_t currentTimestampNs, const ConfigKey& key,
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java1091 final long currentTimestampNs = SystemClock.elapsedRealtimeNanos(); in logAppTransitionReportedDrawn() local
1094 : TimeUnit.NANOSECONDS.toMillis(currentTimestampNs - info.mTransitionStartTimeNs); in logAppTransitionReportedDrawn()
1153 launchObserverNotifyReportFullyDrawn(r, currentTimestampNs); in logAppTransitionReportedDrawn()