Home
last modified time | relevance | path

Searched refs:visitor (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DVirtioGpuTimelines.h74 } visitor;
75 return std::visit(visitor, ring);
DVirtioGpuTimelines.cpp115 } visitor; in poll_locked() local
116 if (std::visit(visitor, *i)) { in poll_locked()
DRendererImpl.cpp75 } visitor; in ProcessCleanupThread() local
76 return std::visit(visitor, std::move(cmd)); in ProcessCleanupThread()
Dvirtio-gpu-gfxstream-renderer.cpp1041 } visitor{ in createFence() local
1045 FenceCompletionCallback callback = std::visit(visitor, ring); in createFence()