Searched refs:p_touch (Results 1 – 2 of 2) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | multi-touch-viewer.c | 144 touch_handle_down(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_down() argument 148 _UNUSED_(p_touch); in touch_handle_down() 160 touch_handle_up(void *p_data, struct wl_touch *p_touch, uint32_t serial, in touch_handle_up() argument 163 _UNUSED_(p_touch); in touch_handle_up() 174 touch_handle_motion(void *p_data, struct wl_touch *p_touch, uint32_t time, in touch_handle_motion() argument 177 _UNUSED_(p_touch); in touch_handle_motion() 187 touch_handle_frame(void *p_data, struct wl_touch *p_touch) in touch_handle_frame() argument 190 _UNUSED_(p_touch); in touch_handle_frame() 196 touch_handle_cancel(void *p_data, struct wl_touch *p_touch) in touch_handle_cancel() argument 199 _UNUSED_(p_touch); in touch_handle_cancel() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | multi-touch-viewer.h | 45 struct wl_touch *p_touch; member
|