Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp89 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkCreateInstance() local
91 annotations->insert( in vkCreateInstance()
95 annotations->insert( in vkCreateInstance()
100 annotations->insert( in vkCreateInstance()
105 return std::move(annotations); in vkCreateInstance()
222 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkDestroyInstance() local
224 annotations->insert( in vkDestroyInstance()
228 annotations->insert( in vkDestroyInstance()
233 annotations->insert( in vkDestroyInstance()
238 return std::move(annotations); in vkDestroyInstance()
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitorConsumer.h63 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()
67 data->merge(*annotations); in mergeAnnotations()
DAndroidHealthMonitor.h256 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations() argument
257 if (mHealthMonitor) mMetadata->data = std::move(annotations); in setAnnotations()
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h60 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()
64 data->merge(*annotations); in mergeAnnotations()
DHealthMonitor.h294 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations() argument
295 if (mHealthMonitor) mMetadata->data = std::move(annotations); in setAnnotations()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_marker.adoc23 Vulkan objects, as well as additional commands for recording annotations of
146 at will by implementations consuming the command buffer annotations in their
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs.py30 from __future__ import annotations
/hardware/google/aemu/base/
DHealthMonitor_unittest.cpp579 auto annotations = std::make_unique<HangAnnotations>(); in TEST() local
580 annotations->insert({{"tag", tag}}); in TEST()
589 WATCHDOG_BUILDER(&monitor, "test message").setAnnotations(std::move(annotations)).build(); in TEST()
/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries_test.py24 from __future__ import annotations
Dgen_calendar_entries.py26 from __future__ import annotations
/hardware/google/gfxstream/third-party/astc-encoder/
DLICENSE.txt43 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8998/liblight/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8996/liblight/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/audio/legacy/alsa_sound/
DNOTICE56 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8084/libgralloc/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/google/graphics/common/hwc3/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/ril/libril/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/ril/rild/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8960/liblight/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/google/graphics/common/libv4l2/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/bt/msm8996/libbt-vendor/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8909/libcopybit/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/audio/visualizer/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8226/libcopybit/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/hardware/qcom/display/msm8084/libcopybit/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications

1234