Home
last modified time | relevance | path

Searched refs:HangAnnotations (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitorConsumer.h40 using HangAnnotations = std::unordered_map<std::string, std::string>; member
42 std::unique_ptr<HangAnnotations> data;
51 HangType hangType, std::unique_ptr<HangAnnotations> data) in EventHangMetadata()
63 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()
65 data = std::make_unique<HangAnnotations>(); in mergeAnnotations()
DAndroidHealthMonitor.h52 using HangAnnotations = EventHangMetadata::HangAnnotations; variable
90 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
113 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
143 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback;
181 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
251 std::function<std::unique_ptr<HangAnnotations>()>(std::forward<F>(callback)); in setOnHangCallback()
256 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations()
274 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> mOnHangCallback;
DAndroidHealthMonitor.cpp54 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback, in startMonitoringTask()
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h40 using HangAnnotations = std::unordered_map<std::string, std::string>; member
42 std::unique_ptr<HangAnnotations> data;
48 HangType hangType, std::unique_ptr<HangAnnotations> data) in EventHangMetadata()
60 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()
62 data = std::make_unique<HangAnnotations>(); in mergeAnnotations()
DHealthMonitor.h53 using HangAnnotations = EventHangMetadata::HangAnnotations; variable
91 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
114 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
144 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback;
182 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>
289 std::function<std::unique_ptr<HangAnnotations>()>(std::forward<F>(callback)); in setOnHangCallback()
294 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations()
312 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> mOnHangCallback;
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp339 MockFunction<std::unique_ptr<HangAnnotations>()> mockCallback; in TEST_F()
340 std::unique_ptr<HangAnnotations> testAnnotations = std::make_unique<HangAnnotations>(); in TEST_F()
478 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback,
495 MockFunction<std::unique_ptr<HangAnnotations>()> mockOnHangCallback; in TEST()
560 MockFunction<std::unique_ptr<HangAnnotations>()> mockOnHangCallback; in TEST()
561 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> actualOnHangCallback; in TEST()
579 auto annotations = std::make_unique<HangAnnotations>(); in TEST()
DHealthMonitor.cpp62 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback, in startMonitoringTask()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp89 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkCreateInstance()
222 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkDestroyInstance()
333 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkEnumeratePhysicalDevices()
484 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceFeatures()
577 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceFormatProperties()
678 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceImageFormatProperties()
804 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceProperties()
899 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceQueueFamilyProperties()
1056 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceMemoryProperties()
1152 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetInstanceProcAddr()
[all …]
/hardware/google/gfxstream/host/
DRenderThread.cpp443 std::unique_ptr<EventHangMetadata::HangAnnotations> renderThreadData = in main()
444 std::make_unique<EventHangMetadata::HangAnnotations>(); in main()
DFrameBuffer.cpp676 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in postWorkerFunc()
/hardware/google/gfxstream/host/vulkan/
DVkDecoder.cpp156 std::unique_ptr<EventHangMetadata::HangAnnotations> executionData = in decode()
157 std::make_unique<EventHangMetadata::HangAnnotations>(); in decode()
191 .setAnnotations(std::make_unique<EventHangMetadata::HangAnnotations>( in decode()
196 std::make_unique<EventHangMetadata::HangAnnotations>(); in decode()