Home
last modified time | relevance | path

Searched refs:wl_list (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/weston/ivi-shell/
Divi-layout-private.h36 struct wl_list link; /* ivi_layout::view_list */
37 struct wl_list surf_link; /*ivi_layout_surface::view_list */
38 struct wl_list pending_link; /* ivi_layout_layer::pending.view_list */
39 struct wl_list order_link; /* ivi_layout_layer::order.view_list */
49 struct wl_list link; /* ivi_layout::surface_list */
64 struct wl_list view_list; /* ivi_layout_view::surf_link */
68 struct wl_list link; /* ivi_layout::layer_list */
79 struct wl_list view_list; /* ivi_layout_view::pending_link */
80 struct wl_list link; /* ivi_layout_screen::pending.layer_list */
85 struct wl_list view_list; /* ivi_layout_view::order_link */
[all …]
/third_party/weston/include/libweston/
Dlibweston.h64 struct wl_list link;
125 struct wl_list link;
133 struct wl_list link;
199 struct wl_list compositor_link; /**< in weston_compositor::head_list */
203 struct wl_list output_link; /**< in weston_output::head_list */
205 struct wl_list resource_list; /**< wl_output protocol objects */
208 struct wl_list xdg_output_resource_list; /**< xdg_output protocol objects */
249 struct wl_list link;
257 struct wl_list animation_list;
294 struct wl_list feedback_list;
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/
Dilm_control_platform.h39 struct wl_list list_surface;
40 struct wl_list list_layer;
41 struct wl_list list_screen;
42 struct wl_list list_seat;
67 struct wl_list link;
73 struct wl_list link;
78 struct wl_list link;
82 struct wl_list list_accepted_seats;
/third_party/wayland_standard/src/
Dwayland-util.h288 struct wl_list { struct
290 struct wl_list *prev; argument
292 struct wl_list *next; argument
303 wl_list_init(struct wl_list *list);
319 wl_list_insert(struct wl_list *list, struct wl_list *elm);
331 wl_list_remove(struct wl_list *elm);
345 wl_list_length(const struct wl_list *list);
357 wl_list_empty(const struct wl_list *list);
371 wl_list_insert_list(struct wl_list *list, struct wl_list *other);
Dwayland-util.c37 wl_list_init(struct wl_list *list) in wl_list_init()
44 wl_list_insert(struct wl_list *list, struct wl_list *elm) in wl_list_insert()
53 wl_list_remove(struct wl_list *elm) in wl_list_remove()
62 wl_list_length(const struct wl_list *list) in wl_list_length()
64 struct wl_list *e; in wl_list_length()
78 wl_list_empty(const struct wl_list *list) in wl_list_empty()
84 wl_list_insert_list(struct wl_list *list, struct wl_list *other) in wl_list_insert_list()
Dwayland-server-core.h291 struct wl_list *
294 struct wl_list *
298 wl_client_from_link(struct wl_list *link);
398 struct wl_list link;
416 struct wl_list listener_list;
550 struct wl_list *
554 wl_resource_from_link(struct wl_list *resource);
557 wl_resource_find_for_client(struct wl_list *list, struct wl_client *client);
Dwayland-server-private.h34 struct wl_list listener_list;
35 struct wl_list emit_list;
Dscanner.c165 struct wl_list interface_list;
179 struct wl_list request_list;
180 struct wl_list event_list;
181 struct wl_list enumeration_list;
182 struct wl_list link;
190 struct wl_list arg_list;
191 struct wl_list link;
217 struct wl_list link;
225 struct wl_list entry_list;
226 struct wl_list link;
[all …]
Dwayland-server.c69 struct wl_list link;
79 struct wl_list link;
94 struct wl_list registry_resource_list;
95 struct wl_list global_list;
96 struct wl_list socket_list;
97 struct wl_list client_list;
98 struct wl_list protocol_loggers;
116 struct wl_list link;
123 struct wl_list link;
137 struct wl_list link;
[all …]
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.h43 struct wl_list link;
51 struct wl_list notification_list;
54 struct wl_list accepted_seat_list;
61 struct wl_list list_surface;
62 struct wl_list list_layer;
63 struct wl_list list_screen;
65 struct wl_list list_controller;
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandsym.h59 SDL_WAYLAND_SYM(void, wl_list_init, (struct wl_list *))
60 SDL_WAYLAND_SYM(void, wl_list_insert, (struct wl_list *, struct wl_list *) )
61 SDL_WAYLAND_SYM(void, wl_list_remove, (struct wl_list *))
62 SDL_WAYLAND_SYM(int, wl_list_length, (const struct wl_list *))
63 SDL_WAYLAND_SYM(int, wl_list_empty, (const struct wl_list *))
64 SDL_WAYLAND_SYM(void, wl_list_insert_list, (struct wl_list *, struct wl_list *))
/third_party/wayland_standard/tests/
Dlist-test.c34 struct wl_list list; in TEST()
44 struct wl_list link;
49 struct wl_list list; in TEST()
62 struct wl_list list; in TEST()
75 struct wl_list list; in TEST()
109 validate_list(struct wl_list *list, int *reference, int length) in validate_list()
131 struct wl_list list; in TEST()
151 struct wl_list list, other; in TEST()
Dtest-compositor.h43 struct wl_list link;
50 struct wl_list clients;
55 struct wl_list waiting_for_resume;
/third_party/weston/desktop-shell/
Dshell.h76 struct wl_list surface_list;
102 struct wl_list focus_list;
115 struct wl_list link;
183 struct wl_list client_list;
186 struct wl_list anim_sticky_list;
196 struct wl_list surfaces;
214 struct wl_list output_list;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dwindow.h46 struct wl_list link;
68 struct wl_list global_list;
69 struct wl_list surface_list;
70 struct wl_list deferred_list;
78 struct wl_list link;
Dmulti-touch-viewer.h30 struct wl_list link;
46 struct wl_list touch_point_list;
/third_party/weston/libweston-desktop/
Dclient.c38 struct wl_list surface_list;
56 struct wl_list *list = &client->surface_list; in weston_desktop_client_destroy()
57 struct wl_list *link, *tmp; in weston_desktop_client_destroy()
152 struct wl_list *
169 struct wl_list *list = &client->surface_list; in weston_desktop_client_for_each_surface()
170 struct wl_list *link; in weston_desktop_client_for_each_surface()
Dsurface.c38 struct wl_list link;
41 struct wl_list children_list;
42 struct wl_list children_link;
48 struct wl_list client_link;
53 struct wl_list view_list;
58 struct wl_list children_list;
60 struct wl_list resource_list;
71 struct wl_list children_link;
76 struct wl_list grab_link;
326 weston_desktop_surface_from_grab_link(struct wl_list *grab_link) in weston_desktop_surface_from_grab_link()
[all …]
Dinternal.h145 struct wl_list *
168 weston_desktop_surface_from_grab_link(struct wl_list *grab_link);
170 struct wl_list *
173 weston_desktop_surface_from_client_link(struct wl_list *link);
221 struct wl_list *link);
224 struct wl_list *link);
/third_party/weston/tests/
Dweston-test-client-helper.h55 struct wl_list inputs;
59 struct wl_list global_list;
61 struct wl_list output_list; /* struct output::link */
68 struct wl_list link;
88 struct wl_list link;
150 struct wl_list link; /* struct client::output_list */
/third_party/weston/clients/
Dweston-info.c52 struct wl_list link;
63 struct wl_list link;
72 struct wl_list global_link;
88 struct wl_list modes;
92 struct wl_list link;
101 struct wl_list formats;
105 struct wl_list link;
115 struct wl_list modifiers;
120 struct wl_list global_link;
133 struct wl_list link;
[all …]
/third_party/weston/libweston/backend-drm/
Ddrm-internal.h274 struct wl_list plane_list;
368 struct wl_list output_list;
384 struct wl_list link;
387 struct wl_list plane_list;
397 struct wl_list link; /**< :candidate_plane_zpos_list */
430 struct wl_list link; /* drm_output_state::plane_list */
467 struct wl_list link;
621 drm_mode_list_destroy(struct drm_backend *backend, struct wl_list *mode_list);
/third_party/weston/libweston/
Dweston-log.c70 struct wl_list scope_list; /**< weston_log_scope::compositor_link */
71 struct wl_list pending_subscription_list; /**< weston_log_subscription::source_link */
88 struct wl_list compositor_link;
89 struct wl_list subscription_list; /**< weston_log_subscription::source_link */
111 struct wl_list owner_link; /**< weston_log_subscriber::subscription_list */
115 struct wl_list source_link; /**< weston_log_scope::subscription_list or
994 struct wl_list *list = &scope->subscription_list; in weston_log_subscription_iterate()
995 struct wl_list *node; in weston_log_subscription_iterate()
Dlibinput-device.h49 struct wl_list link;
75 struct wl_list *evdev_devices);
Dtimeline.h53 struct wl_list objects; /**< weston_timeline_subscription_object::subscription_link */
66 struct wl_list subscription_link; /**< weston_timeline_subscription::objects */

1234