Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c190 send_input_focus(struct input_context *ctx, struct ivisurface *surf_ctx, in send_input_focus() argument
195 t_ilm_surface surface_id = lyt_if->get_id_of_surface(surf_ctx->layout_surface); in send_input_focus()
206 struct ivisurface *surf_ctx = NULL; in input_ctrl_get_surf_ctx() local
208 wl_list_for_each(surf_ctx, &ctx->ivishell->list_surface, link) { in input_ctrl_get_surf_ctx()
209 if (lyt_surf == surf_ctx->layout_surface) { in input_ctrl_get_surf_ctx()
210 ret_ctx = surf_ctx; in input_ctrl_get_surf_ctx()
236 struct ivisurface *surf_ctx = NULL; in input_ctrl_get_surf_ctx_from_surf() local
242 surf_ctx = input_ctrl_get_surf_ctx(ctx, layout_surf); in input_ctrl_get_surf_ctx_from_surf()
244 return surf_ctx; in input_ctrl_get_surf_ctx_from_surf()
331 struct ivisurface *surf_ctx, struct weston_surface *w_surf) in input_ctrl_kbd_leave_surf() argument
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c824 struct surface_context *surf_ctx; in input_listener_input_focus() local
825 wl_list_for_each(surf_ctx, &ctx->list_surface, link) { in input_listener_input_focus()
826 if (surface != surf_ctx->id_surface) in input_listener_input_focus()
830 surf_ctx->prop.focus |= device; in input_listener_input_focus()
832 surf_ctx->prop.focus &= ~device; in input_listener_input_focus()