Home
last modified time | relevance | path

Searched refs:wlSeat (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/clients/
Divi-shell-user-interface.c101 struct wl_seat *wlSeat; member
406 pCtx->wlSeat, in PointerHandleButton()
461 ivi_hmi_controller_workspace_control(hmi_ctrl, pCtx->wlSeat, in TouchHandleDown()
515 struct wl_seat *wlSeat = p_wlCtx->wlSeat; in seat_handle_capabilities() local
521 wlPointer = wl_seat_get_pointer(wlSeat); in seat_handle_capabilities()
533 wlTouch = wl_seat_get_touch(wlSeat); in seat_handle_capabilities()
598 if (p_wlCtx->wlSeat) in registry_handle_global()
601 p_wlCtx->wlSeat = in registry_handle_global()
603 wl_seat_add_listener(p_wlCtx->wlSeat, &seat_Listener, data); in registry_handle_global()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h30 struct wl_seat *wlSeat; member
79 void SetWLSeat(struct wl_seat* wlSeat);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp140 seat_data->wlSeat = (wl_seat*)wl_registry_bind( in RegistryHandleGlobal()
142 wl_seat_add_listener(seat_data->wlSeat, &seatListener, in RegistryHandleGlobal()