Home
last modified time | relevance | path

Searched refs:GfxstreamVkAbort (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/
DGfxstreamFatalError.cpp26 using android::base::GfxstreamVkAbort;
49 CreateMetricsLogger()->logMetricEvent(GfxstreamVkAbort{.file = mFile, in ~AbortMessage()
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h88 struct GfxstreamVkAbort { struct
106 MetricEventVulkanOutOfMemory, GfxstreamVkAbort>; argument
/hardware/google/aemu/base/
DMetrics.cpp177 void operator()(const GfxstreamVkAbort abort) const { in operator ()()