HomeSort by relevance Sort by last modified time
    Searched defs:wl_client (Results 1 - 2 of 2) sorted by null

  /external/wayland/tests/
test-compositor.h 35 struct wl_client *wl_client; member in struct:client_info
  /external/wayland/src/
wayland-server.c 72 struct wl_client { struct
121 struct wl_client *client;
244 struct wl_client *client = resource->client;
271 struct wl_client *client = data;
401 * \memberof wl_client
404 wl_client_flush(struct wl_client *client)
414 * \memberof wl_client
417 wl_client_get_display(struct wl_client *client)
423 bind_display(struct wl_client *client, struct wl_display *display);
432 * function will create a wl_client struct and add the new client t
    [all...]

Completed in 66 milliseconds