Home
last modified time | relevance | path

Searched refs:wl_seat_get_touch (Results 1 – 10 of 10) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp192 context->wlTouch = wl_seat_get_touch(seat); in SeatHandleCapabilities()
/third_party/weston/clients/
Dsimple-touch.c215 seat->wl_touch = wl_seat_get_touch(wl_seat); in seat_handle_capabilities()
Dsimple-egl.c718 d->touch = wl_seat_get_touch(seat); in seat_handle_capabilities()
Divi-shell-user-interface.c533 wlTouch = wl_seat_get_touch(wlSeat); in seat_handle_capabilities()
Dwindow.c3498 input->touch = wl_seat_get_touch(seat); in seat_handle_capabilities()
/third_party/weston/tests/
Ddevices-test.c301 wl_touch = wl_seat_get_touch(cl->input->wl_seat); in TEST()
Dweston-test-client-helper.c615 touch->wl_touch = wl_seat_get_touch(seat); in input_update_devices()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c243 p_params->p_touch = wl_seat_get_touch(p_seat); in seat_capabilities()
/third_party/wayland_standard/tests/data/
Dexample-client.h4010 wl_seat_get_touch(struct wl_seat *wl_seat) in wl_seat_get_touch() function
/third_party/weston/libweston/backend-wayland/
Dwayland.c2322 input->parent.touch = wl_seat_get_touch(seat); in input_handle_capabilities()