Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_server_callbacks.h33 using DisplayEvent = std::variant<DisplayCreatedEvent, DisplayDestroyedEvent>; variable
34 using DisplayEventCallback = std::function<void(const DisplayEvent&)>;
Dwayland_surfaces.cpp62 const DisplayEvent event{DisplayCreatedEvent{ in HandleSurfaceCreated()
75 const DisplayEvent event{DisplayDestroyedEvent{ in HandleSurfaceDestroyed()
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp39 wayland_server_->SetDisplayEventCallback([this](const DisplayEvent& event) { in DisplayHandler()