Home
last modified time | relevance | path

Searched refs:NanoToMillis (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp224 (long long)(NanoToMillis(pair.first))); in onDumpReportLocked()
226 (long long)(NanoToMillis(pair.second))); in onDumpReportLocked()
268 (long long)NanoToMillis(bucket.mBucketStartNs)); in onDumpReportLocked()
270 (long long)NanoToMillis(bucket.mBucketEndNs)); in onDumpReportLocked()
DCountMetricProducer.cpp222 (long long)NanoToMillis(bucket.mBucketStartNs)); in onDumpReportLocked()
224 (long long)NanoToMillis(bucket.mBucketEndNs)); in onDumpReportLocked()
DValueMetricProducer.cpp255 (long long)(NanoToMillis(pair.first))); in onDumpReportLocked()
257 (long long)(NanoToMillis(pair.second))); in onDumpReportLocked()
297 (long long)NanoToMillis(bucket.mBucketStartNs)); in onDumpReportLocked()
299 (long long)NanoToMillis(bucket.mBucketEndNs)); in onDumpReportLocked()
DDurationMetricProducer.cpp577 (long long)NanoToMillis(bucket.mBucketStartNs)); in onDumpReportLocked()
579 (long long)NanoToMillis(bucket.mBucketEndNs)); in onDumpReportLocked()
/frameworks/base/cmds/statsd/src/
Dstats_log_util.h68 int64_t NanoToMillis(const int64_t nano);
Dstats_log_util.cpp555 int64_t NanoToMillis(const int64_t nano) { in NanoToMillis() function
/frameworks/base/cmds/statsd/tests/e2e/
DPartialBucket_e2e_test.cpp242 EXPECT_EQ(MillisToNano(NanoToMillis(endSkipped)), in TEST()
284 EXPECT_EQ(MillisToNano(NanoToMillis(endSkipped)), in TEST()
DGaugeMetric_e2e_pull_test.cpp528 EXPECT_EQ(MillisToNano(NanoToMillis(baseTimeNs + 5 * bucketSizeNs)), in TEST()
530 EXPECT_EQ(MillisToNano(NanoToMillis(activationNs + ttlNs + 1)), in TEST()