Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_server_callbacks.h29 struct DisplayDestroyedEvent { struct
33 using DisplayEvent = std::variant<DisplayCreatedEvent, DisplayDestroyedEvent>; argument
Dwayland_surfaces.cpp75 const DisplayEvent event{DisplayDestroyedEvent{ in HandleSurfaceDestroyed()
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp59 } else if constexpr (std::is_same_v<DisplayDestroyedEvent, T>) { in DisplayHandler()