Home
last modified time | relevance | path

Searched refs:m_healthMonitor (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp69 m_healthMonitor(healthMonitor) { in AddressSpaceStream()
99 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in allocBuffer()
247 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in writeFully()
313 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in writeFullyAsync()
435 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in notifyAvailable()
478 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in ensureType1Finished()
495 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in ensureType3Finished()
520 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor, "ASG watchdog").build(); in type1Write()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DAddressSpaceStream.h103 HealthMonitor<>* m_healthMonitor; variable
/hardware/google/gfxstream/host/
DFrameBuffer.cpp576 m_healthMonitor(CreateHealthMonitor(*m_logger)) {
677 if (m_healthMonitor) in postWorkerFunc()
680 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor.get(), "PostWorker main function") in postWorkerFunc()
912 WATCHDOG_BUILDER(m_healthMonitor.get(), "Wait for other tasks on PostWorker") in setupSubWindow()
918 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor.get(), "Draining the VkQueue") in setupSubWindow()
924 WATCHDOG_BUILDER(m_healthMonitor.get(), "Wait for the FrameBuffer global lock").build(); in setupSubWindow()
928 m_healthMonitor->stopMonitoringTask(lockWatchdogId.value()); in setupSubWindow()
1009 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor.get(), "Updating subwindow state").build(); in setupSubWindow()
1026 auto watchdog = WATCHDOG_BUILDER(m_healthMonitor.get(), "Moving subwindow").build(); in setupSubWindow()
2607 vk::VkDecoderGlobalState::get()->load(stream, gfxLogger, m_healthMonitor.get()); in onLoad()
DFrameBuffer.h478 HealthMonitor<>* getHealthMonitor() { return m_healthMonitor.get(); } in getHealthMonitor()
882 std::unique_ptr<HealthMonitor<>> m_healthMonitor; variable