Home
last modified time | relevance | path

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

/aosp_15_r20/external/wayland/src/
H A Dwayland-private.h140 struct wl_closure { struct
141 int count;
142 const struct wl_message *message;
143 uint32_t opcode;
144 uint32_t sender_id;
145 union wl_argument args[WL_CLOSURE_MAX_ARGS];
146 struct wl_list link;
147 struct wl_proxy *proxy;
148 struct wl_array extra[0];
H A Dwayland-server.c211 int (*send_func)(struct wl_closure *, struct wl_connection *)) in handle_array()