Searched refs:list_surface (Results 1 – 7 of 7) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmClient/src/ |
D | ilm_client_wayland_platform.c | 67 struct wl_list list_surface; member 85 if (wl_list_length(&ctx->list_surface) == 0) { in wayland_client_gen_surface_id() 89 wl_list_for_each(ctx_surf, &ctx->list_surface, link) { in wayland_client_gen_surface_id() 158 wl_list_for_each_safe(c, n, &ctx->list_surface, link) { in destroy_client_resouses() 204 wl_list_init(&ctx->list_surface); in init_client() 262 wl_list_insert(&ctx->list_surface, &ctx_surf->link); in create_client_surface() 317 &ctx->list_surface, in wayland_surfaceRemove()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/ |
D | ilm_input.c | 49 wl_list_for_each(surface_ctx, &ctx->wl.list_surface, link) { in ilm_setInputAcceptanceOn() 130 wl_list_for_each(surface_ctx, &ctx->wl.list_surface, link) { in ilm_getInputAcceptanceOn() 273 wl_list_for_each(ctx_surf, &ctx->wl.list_surface, link) { in ilm_setInputFocus() 309 *num_ids = wl_list_length(&ctx->wl.list_surface); in ilm_getInputFocus() 326 wl_list_for_each(ctx_surf, &ctx->wl.list_surface, link) { in ilm_getInputFocus()
|
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/ |
D | ivi-input-controller.c | 208 wl_list_for_each(surf_ctx, &ctx->ivishell->list_surface, link) { in input_ctrl_get_surf_ctx() 423 wl_list_for_each(surf_ctx, &seat_ctx->input_ctx->ivishell->list_surface, link) { in keyboard_grab_key() 457 wl_list_for_each(surf_ctx, &seat_ctx->input_ctx->ivishell->list_surface, link) { in keyboard_grab_modifiers() 483 wl_list_for_each(surf, &ctx_seat->input_ctx->ivishell->list_surface, in keyboard_grab_cancel() 942 wl_list_for_each(surf, &ctx_seat->input_ctx->ivishell->list_surface, in destroy_seat() 1003 wl_list_for_each(surf, &input_ctx->ivishell->list_surface, link) { in handle_seat_create() 1234 wl_list_for_each(ivisurface, &ctx->ivishell->list_surface, link) { in bind_ivi_input() 1260 &ctx->ivishell->list_surface, link) { in destroy_input_context()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/ |
D | ilm_control_platform.h | 39 struct wl_list list_surface; member
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.h | 61 struct wl_list list_surface; member
|
D | ivi-controller.c | 604 ivisurf = get_surface(&ctrl->shell->list_surface, layout_surface); 642 ivisurf = get_surface(&ctrl->shell->list_surface, layout_surface); 698 ivisurf = get_surface(&ctrl->shell->list_surface, layout_surface); 1610 wl_list_for_each_reverse(ivisurf, &shell->list_surface, link) { 1778 wl_list_insert(&shell->list_surface, &ivisurf->link); 1884 ivisurf = get_surface(&shell->list_surface, layout_surface); 1954 ivisurf = get_surface(&shell->list_surface, layout_surface); 2168 &shell->list_surface, link) { 2197 wl_list_init(&shell->list_surface);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 581 wl_list_insert(&ctx->list_surface, &ctx_surf->link); in wm_listener_surface_created() 825 wl_list_for_each(surf_ctx, &ctx->list_surface, link) { in input_listener_input_focus() 849 wl_list_for_each(surface_ctx, &ctx->list_surface, link) { in input_listener_input_acceptance() 1031 wl_list_for_each_safe(l, n, &ctx->wl.list_surface, link) { in destroy_control_resources() 1169 wl_list_init(&ctx->wl.list_surface); in ilmControl_init() 1474 wl_list_for_each(ctx_surf, &ctx->list_surface, link) { in get_surface_context() 1718 t_ilm_uint length = wl_list_length(&ctx->wl.list_surface); in ilm_getSurfaceIDs() 1724 wl_list_for_each_reverse(ctx_surf, &ctx->wl.list_surface, link) { in ilm_getSurfaceIDs() 2479 wl_list_insert(&ctx->list_surface, &ctx_surf->link); in create_surface_context() 2499 wl_list_for_each(ctx_surf, &ctx->wl.list_surface, link) { in ilm_registerNotification()
|