Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp640 using GenericCleanup = std::function<void()>; typedef in CleanupThread
645 if constexpr (std::is_same_v<T, GenericCleanup>) { in __anond9f1afd20102()
664 void enqueueCleanup(GenericCleanup command) { in enqueueCleanup()
675 using CleanupTask = std::variant<GenericCleanup, Exit>;