Home
last modified time | relevance | path

Searched defs:metricId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/tests/metrics/
DMaxDurationTracker_test.cpp65 int64_t metricId = 1; in TEST() local
101 int64_t metricId = 1; in TEST() local
137 int64_t metricId = 1; in TEST() local
178 int64_t metricId = 1; in TEST() local
225 int64_t metricId = 1; in TEST() local
265 int64_t metricId = 1; in TEST() local
325 int64_t metricId = 1; in TEST() local
408 int64_t metricId = 1; in TEST() local
DGaugeMetricProducer_test.cpp42 const int64_t metricId = 123; variable
DOringDurationTracker_test.cpp41 const int64_t metricId = 123; variable
DValueMetricProducer_test.cpp42 const int64_t metricId = 123; variable
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java105 public double getMetricAtIndex(int index, int metricId) { in getMetricAtIndex()
/frameworks/base/cmds/statsd/src/metrics/
DMetricProducer.h43 MetricProducer(const int64_t& metricId, const ConfigKey& key, const int64_t timeBaseNs, in MetricProducer()