Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/wayland/
Dwayland_server_callbacks.h29 struct DisplayDestroyedEvent { struct
33 using DisplayEvent = std::variant<DisplayCreatedEvent, DisplayDestroyedEvent>; argument