Home
last modified time | relevance | path

Searched defs:p_touch (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c144 touch_handle_down(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_down()
160 touch_handle_up(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_up()
174 touch_handle_motion(void *p_data, struct wl_touch *p_touch, uint32_t time, in touch_handle_motion()
187 touch_handle_frame(void *p_data, struct wl_touch *p_touch) in touch_handle_frame()
196 touch_handle_cancel(void *p_data, struct wl_touch *p_touch) in touch_handle_cancel()
205 touch_handle_shape(void *p_data, struct wl_touch *p_touch, in touch_handle_shape()
216 touch_handle_orientation(void *p_data, struct wl_touch *p_touch, in touch_handle_orientation()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dmulti-touch-viewer.h45 struct wl_touch *p_touch; member