Home
last modified time | relevance | path

Searched refs:weston_touch (Results 1 – 17 of 17) sorted by relevance

/third_party/weston/libweston/
Dlibweston-internal.h128 struct weston_touch *touch,
234 weston_touch_create_touch_device(struct weston_touch *touch,
243 weston_touch_has_focus_resource(struct weston_touch *touch);
246 weston_touch_start_drag(struct weston_touch *touch,
Ddata-device.c413 struct weston_touch *touch, in drag_surface_configure()
483 struct weston_touch *touch = drag->grab.touch; in touch_drag_surface_committed()
738 struct weston_touch *touch = drag->grab.touch; in data_device_end_touch_drag_grab()
753 struct weston_touch *touch = grab->touch; in drag_grab_touch_up()
768 struct weston_touch *touch = drag->grab.touch; in drag_grab_touch_focus()
787 struct weston_touch *touch = grab->touch; in drag_grab_touch_motion()
873 struct weston_touch *touch = grab->keyboard->seat->touch_state; in drag_grab_keyboard_cancel()
973 weston_touch_start_drag(struct weston_touch *touch, in weston_touch_start_drag()
1033 struct weston_touch *touch = weston_seat_get_touch(seat); in data_device_start_drag()
Dinput.c142 weston_touch_create_touch_device(struct weston_touch *touch, in weston_touch_create_touch_device()
416 struct weston_touch *touch = in touch_focus_view_destroyed()
417 container_of(listener, struct weston_touch, in touch_focus_view_destroyed()
426 struct weston_touch *touch = in touch_focus_resource_destroyed()
427 container_of(listener, struct weston_touch, in touch_focus_resource_destroyed()
793 weston_touch_has_focus_resource(struct weston_touch *touch) in weston_touch_has_focus_resource()
817 weston_touch_send_down(struct weston_touch *touch, const struct timespec *time, in weston_touch_send_down()
864 weston_touch_send_up(struct weston_touch *touch, const struct timespec *time, in weston_touch_send_up()
907 weston_touch_send_motion(struct weston_touch *touch, in weston_touch_send_motion()
950 weston_touch_send_frame(struct weston_touch *touch) in weston_touch_send_frame()
[all …]
Dtouch-calibration.c451 struct weston_touch *touch; in weston_compositor_find_touch_device_by_syspath()
643 struct weston_touch *touch; in bind_touch_calibration()
Dlibinput-seat.c226 struct weston_touch *touch = device->touch_device->aggregate; in process_multimodalinput_touch_event()
Dbindings.c382 struct weston_touch *touch, in weston_compositor_run_touch_binding()
Dcompositor.c2168 struct weston_touch *touch = weston_seat_get_touch(seat); in weston_view_unmap()
/third_party/weston/include/libweston/
Dlibweston.h448 struct weston_touch *touch;
582 struct weston_touch *aggregate; /**< weston_touch this is part of */
593 struct weston_touch { struct
684 weston_touch_set_focus(struct weston_touch *touch,
687 weston_touch_start_grab(struct weston_touch *touch,
690 weston_touch_end_grab(struct weston_touch *touch);
693 weston_touch_send_down(struct weston_touch *touch, const struct timespec *time,
696 weston_touch_send_up(struct weston_touch *touch, const struct timespec *time,
699 weston_touch_send_motion(struct weston_touch *touch,
703 weston_touch_send_frame(struct weston_touch *touch);
[all …]
/third_party/weston/kiosk-shell/
Dkiosk-shell-grab.h41 struct weston_touch *touch);
Dkiosk-shell-grab.c162 struct weston_touch *touch = touch_grab->touch; in touch_move_grab_motion()
270 struct weston_touch *touch) in kiosk_shell_grab_start_for_touch_move()
Dutil.c53 struct weston_touch *touch = weston_seat_get_touch(seat); in get_focused_output()
Dkiosk-shell.c693 struct weston_touch *touch = weston_seat_get_touch(seat); in desktop_surface_move()
895 kiosk_shell_touch_to_activate_binding(struct weston_touch *touch, in kiosk_shell_touch_to_activate_binding()
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c735 struct weston_touch *touch, const struct timespec *time, in input_ctrl_touch_set_west_focus()
769 input_ctrl_touch_west_send_cancel(struct weston_touch *touch) in input_ctrl_touch_west_send_cancel()
785 struct weston_touch *touch = ctx_seat->touch_grab.touch; in input_ctrl_touch_clear_focus()
822 struct weston_touch *touch = grab->touch; in touch_grab_up()
870 struct weston_touch *touch = weston_seat_get_touch(seat); in get_seat_capabilities()
888 struct weston_touch *touch = weston_seat_get_touch(seat); in handle_seat_updated_caps()
1128 struct weston_touch *touch; in setup_input_acceptance()
/third_party/weston/libweston-desktop/
Dseat.c295 struct weston_touch *touch = weston_seat_get_touch(wseat); in weston_desktop_seat_popup_grab_start()
327 struct weston_touch *touch = weston_seat_get_touch(seat->seat); in weston_desktop_seat_popup_grab_end()
/third_party/weston/ivi-shell/
Dhmi-controller.c1374 struct weston_touch* touch) in touch_grab_start()
1690 struct weston_touch *touch = weston_seat_get_touch(seat); in get_hmi_grab_device()
1769 create_workspace_touch_move(struct weston_touch *touch, in create_workspace_touch_move()
1795 struct weston_touch *touch; in ivi_hmi_controller_workspace_control()
Divi-shell.c431 touch_to_activate_binding(struct weston_touch *touch, in touch_to_activate_binding()
/third_party/weston/desktop-shell/
Dshell.c159 struct weston_touch *touch;
395 struct weston_touch *touch) in shell_touch_grab_start()
1420 surface_touch_move(struct shell_surface *shsurf, struct weston_touch *touch) in surface_touch_move()
2222 struct weston_touch *touch = weston_seat_get_touch(seat); in get_focused_output()
2716 struct weston_touch *touch = weston_seat_get_touch(seat); in desktop_surface_move()
3419 touch_move_binding(struct weston_touch *touch, const struct timespec *time, void *data) in touch_move_binding()
3940 touch_to_activate_binding(struct weston_touch *touch, in touch_to_activate_binding()