Searched refs:MetricEventUnHang (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/base/ |
D | HealthMonitor_unittest.cpp | 31 using android::base::MetricEventUnHang; 95 logMetricEvent(VariantWith<MetricEventUnHang>(Field( in TEST_F() 96 &MetricEventUnHang::hung_ms, AllOf(Ge(SToMs(expectedHangDurationS - 1)), in TEST_F() 130 logMetricEvent(VariantWith<MetricEventUnHang>(Field( in TEST_F() 131 &MetricEventUnHang::hung_ms, AllOf(Ge(SToMs(expectedHangDurationS - 1)), in TEST_F() 149 logMetricEvent(VariantWith<MetricEventUnHang>( in TEST_F() 150 Field(&MetricEventUnHang::hung_ms, AllOf(Ge(SToMs(expectedHangDurationS1 - 1)), in TEST_F() 156 logMetricEvent(VariantWith<MetricEventUnHang>( in TEST_F() 157 Field(&MetricEventUnHang::hung_ms, AllOf(Ge(SToMs(expectedHangDurationS2 - 1)), in TEST_F() 178 logMetricEvent(VariantWith<MetricEventUnHang>( in TEST_F() [all …]
|
D | HealthMonitor.cpp | 29 using android::base::MetricEventUnHang; 237 mLogger.logMetricEvent(MetricEventUnHang{.taskId = task.id, in main()
|
D | Metrics.cpp | 152 void operator()(const MetricEventUnHang unHangEvent) const { in operator ()()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Metrics.h | 82 struct MetricEventUnHang { struct 105 MetricEventFreeze, MetricEventUnFreeze, MetricEventHang, MetricEventUnHang, argument
|