Home
last modified time | relevance | path

Searched refs:otherHungTasks (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/base/
DMetrics.cpp113 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 ()()
DHealthMonitor_unittest.cpp211 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()
DHealthMonitor.cpp225 .otherHungTasks = newHungTasks}); in main()
240 .otherHungTasks = newHungTasks}); in main()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitorConsumerBasic.cpp44 int64_t otherHungTasks) { in consumeHangEvent() argument
45 ALOGE("Logging hang event. Number of tasks already hung: %lld", (long long)otherHungTasks); in consumeHangEvent()
DAndroidHealthMonitorConsumerBasic.h24 int64_t otherHungTasks) override;
DAndroidHealthMonitorConsumer.h74 int64_t otherHungTasks) = 0;
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h80 int64_t otherHungTasks; member
86 int64_t otherHungTasks; member