Searched refs:m_healthMonitor (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 69 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/ |
D | AddressSpaceStream.h | 103 HealthMonitor<>* m_healthMonitor; variable
|
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 576 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()
|
D | FrameBuffer.h | 478 HealthMonitor<>* getHealthMonitor() { return m_healthMonitor.get(); } in getHealthMonitor() 882 std::unique_ptr<HealthMonitor<>> m_healthMonitor; variable
|