Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_server_callbacks.h23 struct DisplayCreatedEvent { struct
33 using DisplayEvent = std::variant<DisplayCreatedEvent, DisplayDestroyedEvent>; argument
Dwayland_surfaces.cpp62 const DisplayEvent event{DisplayCreatedEvent{ in HandleSurfaceCreated()
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp43 if constexpr (std::is_same_v<DisplayCreatedEvent, T>) { in DisplayHandler()