Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.cpp37 struct wl_display* display_ = nullptr; member
56 wl_display_terminate(server_state_->display_); in ~WaylandServer()
65 server_state_->display_ = wl_display_create(); in ServerLoop()
66 CHECK(server_state_->display_ != nullptr) in ServerLoop()
70 const char* socket = wl_display_add_socket_auto(server_state_->display_); in ServerLoop()
76 CHECK(wl_display_add_socket_fd(server_state_->display_, fd) == 0) in ServerLoop()
82 wl_display_init_shm(server_state_->display_); in ServerLoop()
84 BindCompositorInterface(server_state_->display_, &server_state_->surfaces_); in ServerLoop()
85 BindVirtioGpuMetadataInterface(server_state_->display_, in ServerLoop()
87 BindDmabufInterface(server_state_->display_); in ServerLoop()
[all …]