/hardware/google/aemu/base/ |
D | HealthMonitor.cpp | 43 HealthMonitor<Clock>::HealthMonitor(MetricsLogger& metricsLogger, uint64_t heartbeatInterval) in HealthMonitor() function in emugl::HealthMonitor 49 HealthMonitor<Clock>::~HealthMonitor() { in ~HealthMonitor() 60 typename HealthMonitor<Clock>::Id HealthMonitor<Clock>::startMonitoringTask( in startMonitoringTask() 85 void HealthMonitor<Clock>::touchMonitoredTask(Id id) { in touchMonitoredTask() 93 void HealthMonitor<Clock>::stopMonitoringTask(Id id) { in stopMonitoringTask() 101 std::future<void> HealthMonitor<Clock>::poll() { in poll() 114 intptr_t HealthMonitor<Clock>::main() { in main() 264 void HealthMonitor<Clock>::updateTaskParent(std::queue<std::unique_ptr<MonitoredEvent>>& events, in updateTaskParent() 274 std::unique_ptr<HealthMonitor<>> CreateHealthMonitor(MetricsLogger& metricsLogger, in CreateHealthMonitor() 278 return std::make_unique<HealthMonitor<>>(metricsLogger, heartbeatInterval); in CreateHealthMonitor() [all …]
|
D | Android.bp | 22 "HealthMonitor.cpp",
|
D | BUILD.bazel | 60 "HealthMonitor.cpp",
|
D | CMakeLists.txt | 28 HealthMonitor.cpp
|
D | HealthMonitor_unittest.cpp | 85 HealthMonitor<TestClock> healthMonitor;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidHealthMonitor.cpp | 35 HealthMonitor<Clock>::HealthMonitor(HealthMonitorConsumer& consumer, uint64_t heartbeatInterval) in HealthMonitor() function in gfxstream::guest::HealthMonitor 41 HealthMonitor<Clock>::~HealthMonitor() { in ~HealthMonitor() 52 typename HealthMonitor<Clock>::Id HealthMonitor<Clock>::startMonitoringTask( in startMonitoringTask() 78 void HealthMonitor<Clock>::touchMonitoredTask(Id id) { in touchMonitoredTask() 86 void HealthMonitor<Clock>::stopMonitoringTask(Id id) { in stopMonitoringTask() 94 std::future<void> HealthMonitor<Clock>::poll() { in poll() 107 intptr_t HealthMonitor<Clock>::main() { in main() 256 void HealthMonitor<Clock>::updateTaskParent(std::queue<std::unique_ptr<MonitoredEvent>>& events, in updateTaskParent() 266 std::unique_ptr<HealthMonitor<>> CreateHealthMonitor(HealthMonitorConsumer& consumer, in CreateHealthMonitor() 270 return std::make_unique<HealthMonitor<>>(consumer, heartbeatInterval); in CreateHealthMonitor() [all …]
|
D | AndroidHealthMonitor.h | 64 class HealthMonitor : public gfxstream::guest::Thread { 72 HealthMonitor(HealthMonitorConsumer& consumer, uint64_t heartbeatInterval = kDefaultIntervalMs); 76 ~HealthMonitor(); 177 template <class HealthMonitorT = HealthMonitor<>> 277 std::unique_ptr<HealthMonitor<>> CreateHealthMonitor(
|
/hardware/google/gfxstream/host/ |
D | SyncThread.h | 44 using emugl::HealthMonitor; 57 SyncThread(bool hasGl, HealthMonitor<>* healthMonitor); 112 static void initialize(bool hasGl, HealthMonitor<>* healthMonitor); 161 HealthMonitor<>* mHealthMonitor;
|
D | SyncThread.cpp | 81 void initialize(bool hasGl, HealthMonitor<>* healthMonitor) { in initialize() 111 SyncThread::SyncThread(bool hasGl, HealthMonitor<>* healthMonitor) in SyncThread() 470 void SyncThread::initialize(bool hasGl, HealthMonitor<>* healthMonitor) { in initialize()
|
D | FrameBuffer.h | 98 using emugl::HealthMonitor; 478 HealthMonitor<>* getHealthMonitor() { return m_healthMonitor.get(); } in getHealthMonitor() 882 std::unique_ptr<HealthMonitor<>> m_healthMonitor;
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | AddressSpaceStream.h | 25 using gfxstream::guest::HealthMonitor; 37 HealthMonitor<>* healthMonitor); 103 HealthMonitor<>* m_healthMonitor;
|
D | GoldfishAddressSpaceStream.h | 19 …m* createGoldfishAddressSpaceStream(size_t bufSize, gfxstream::guest::HealthMonitor<>* healthMonit…
|
D | VirtioGpuAddressSpaceStream.h | 20 enum VirtGpuCapset capset, gfxstream::guest::HealthMonitor<>* healthMonitor);
|
/hardware/google/aemu/base/include/aemu/base/ |
D | HealthMonitor.h | 65 class HealthMonitor : public android::base::Thread { 73 HealthMonitor(MetricsLogger& metricsLogger, uint64_t heartbeatInterval = kDefaultIntervalMs); 77 ~HealthMonitor(); 178 template <class HealthMonitorT = HealthMonitor<>> 315 std::unique_ptr<HealthMonitor<>> CreateHealthMonitor(
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderContext.h | 30 emugl::HealthMonitor<>* healthMonitor = nullptr;
|
D | VkReconstruction.h | 35 emugl::HealthMonitor<>* healthMonitor);
|
D | VkReconstruction.cpp | 219 emugl::HealthMonitor<>* healthMonitor) { in load()
|
D | VkDecoderGlobalState.h | 42 using emugl::HealthMonitor; 96 emugl::HealthMonitor<>* healthMonitor);
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 104 emugl::HealthMonitor<> mHealthMonitor;
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | GoldfishAddressSpaceStream.cpp | 20 HealthMonitor<>* healthMonitor) { in createGoldfishAddressSpaceStream()
|
D | VirtioGpuAddressSpaceStream.cpp | 78 HealthMonitor<>* healthMonitor) { in createVirtioGpuAddressSpaceStream()
|
D | AddressSpaceStream.cpp | 44 HealthMonitor<>* healthMonitor) : in AddressSpaceStream()
|
/hardware/google/aemu/build-config/gfxstream/ |
D | CMakeLists.txt | 15 HealthMonitor.cpp
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.cpp.inl | 64 gfxstream::guest::HealthMonitor<>* healthMonitor)
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | HostConnection.cpp | 40 using gfxstream::guest::HealthMonitor; 106 HealthMonitor<>* getGlobalHealthMonitor() { in getGlobalHealthMonitor() 111 …static std::unique_ptr<HealthMonitor<>> sHealthMonitor = CreateHealthMonitor(sHealthMonitorConsume… in getGlobalHealthMonitor()
|