Searched refs:otherHungTasks (Results 1 – 7 of 7) sorted by relevance
/hardware/google/aemu/base/ |
D | Metrics.cpp | 113 ERR("Logging hang event. Number of tasks already hung: %d", hangEvent.otherHungTasks); in operator ()() 116 hangEvent.otherHungTasks <= kHangDepthMetricLimit) { in operator ()() 120 kEmulatorGraphicsHangRenderThread, hangEvent.otherHungTasks); in operator ()() 125 kEmulatorGraphicsHangSyncThread, hangEvent.otherHungTasks); in operator ()() 130 kEmulatorGraphicsHangOther, hangEvent.otherHungTasks); in operator ()() 156 unHangEvent.otherHungTasks <= kHangDepthMetricLimit) { in operator ()()
|
D | HealthMonitor_unittest.cpp | 211 Field(&MetricEventHang::otherHungTasks, 0)))) in TEST_F() 214 Field(&MetricEventHang::otherHungTasks, 1)))) in TEST_F() 217 Field(&MetricEventHang::otherHungTasks, 2)))) in TEST_F() 220 Field(&MetricEventHang::otherHungTasks, 3)))) in TEST_F() 282 Field(&MetricEventHang::otherHungTasks, 0)))) in TEST_F() 285 Field(&MetricEventHang::otherHungTasks, 1)))) in TEST_F() 315 Field(&MetricEventHang::otherHungTasks, 0)))) in TEST_F() 318 Field(&MetricEventHang::otherHungTasks, 1)))) in TEST_F()
|
D | HealthMonitor.cpp | 225 .otherHungTasks = newHungTasks}); in main() 240 .otherHungTasks = newHungTasks}); in main()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidHealthMonitorConsumerBasic.cpp | 44 int64_t otherHungTasks) { in consumeHangEvent() argument 45 ALOGE("Logging hang event. Number of tasks already hung: %lld", (long long)otherHungTasks); in consumeHangEvent()
|
D | AndroidHealthMonitorConsumerBasic.h | 24 int64_t otherHungTasks) override;
|
D | AndroidHealthMonitorConsumer.h | 74 int64_t otherHungTasks) = 0;
|
/hardware/google/aemu/base/include/aemu/base/ |
D | Metrics.h | 80 int64_t otherHungTasks; member 86 int64_t otherHungTasks; member
|