Home
last modified time | relevance | path

Searched refs:DurationBucket (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/statsd/tests/metrics/
DMaxDurationTracker_test.cpp59 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
94 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
130 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
171 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
234 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
243 vector<DurationBucket> item = buckets.begin()->second; in TEST()
256 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
307 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
393 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
DOringDurationTracker_test.cpp57 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
90 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
123 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
153 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
198 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
238 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
278 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
317 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
484 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
534 unordered_map<MetricDimensionKey, vector<DurationBucket>> buckets; in TEST()
DDurationMetricProducer_test.cpp225 std::vector<DurationBucket> buckets = in TEST()
279 std::vector<DurationBucket> buckets = in TEST()
380 std::vector<DurationBucket> buckets = in TEST()
428 std::vector<DurationBucket> buckets = in TEST()
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h53 struct DurationBucket { struct
101 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) = 0;
107 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) = 0;
DMaxDurationTracker.h51 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
54 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>*) override;
DOringDurationTracker.h53 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
56 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) override;
DOringDurationTracker.cpp140 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) { in flushCurrentBucket()
163 DurationBucket current_info; in flushCurrentBucket()
179 DurationBucket info; in flushCurrentBucket()
210 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
DMaxDurationTracker.cpp190 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) { in flushCurrentBucket()
220 DurationBucket info; in flushCurrentBucket()
241 int64_t eventTimeNs, unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.h127 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>> mPastBuckets;
144 static const size_t kBucketSize = sizeof(DurationBucket{});
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3405 private WifiMetricsProto.WifiConfigStoreIO.DurationBucket[]
3410 WifiMetricsProto.WifiConfigStoreIO.DurationBucket[] array = in makeWifiConfigStoreIODurationBucketArray()
3411 new WifiMetricsProto.WifiConfigStoreIO.DurationBucket[genericBuckets.length]; in makeWifiConfigStoreIODurationBucketArray()
3414 array[i] = new WifiMetricsProto.WifiConfigStoreIO.DurationBucket(); in makeWifiConfigStoreIODurationBucketArray()
3421 array = new WifiMetricsProto.WifiConfigStoreIO.DurationBucket[0]; in makeWifiConfigStoreIODurationBucketArray()
/frameworks/base/proto/src/
Dwifi.proto2354 repeated DurationBucket read_durations = 1;
2357 repeated DurationBucket write_durations = 2;
2360 message DurationBucket { message
/frameworks/base/config/
Dboot-image-profile.txt25534 PLcom/android/server/wifi/nano/WifiMetricsProto$WifiConfigStoreIO$DurationBucket;->computeSerialize…
25535 …oto$WifiConfigStoreIO$DurationBucket;->emptyArray()[Lcom/android/server/wifi/nano/WifiMetricsProto…