Lines Matching defs:data

282 static void graphic_obj_frame_done(void * data, struct wl_callback * cb, uint32_t time)  in graphic_obj_frame_done()
316 static void shm_format(void * data, struct wl_shm * wl_shm, uint32_t format) in shm_format()
349 static void pointer_handle_enter(void * data, struct wl_pointer * pointer, in pointer_handle_enter()
447 static void pointer_handle_leave(void * data, struct wl_pointer * pointer, in pointer_handle_leave()
460 static void pointer_handle_motion(void * data, struct wl_pointer * pointer, in pointer_handle_motion()
476 static void pointer_handle_button(void * data, struct wl_pointer * wl_pointer, in pointer_handle_button()
646 static void pointer_handle_axis(void * data, struct wl_pointer * wl_pointer, in pointer_handle_axis()
745 static void keyboard_handle_keymap(void * data, struct wl_keyboard * keyboard, in keyboard_handle_keymap()
792 static void keyboard_handle_enter(void * data, struct wl_keyboard * keyboard, in keyboard_handle_enter()
810 static void keyboard_handle_leave(void * data, struct wl_keyboard * keyboard, in keyboard_handle_leave()
823 static void keyboard_handle_key(void * data, struct wl_keyboard * keyboard, in keyboard_handle_key()
854 static void keyboard_handle_modifiers(void * data, struct wl_keyboard * keyboard, in keyboard_handle_modifiers()
883 static void touch_handle_down(void * data, struct wl_touch * wl_touch, in touch_handle_down()
934 static void touch_handle_up(void * data, struct wl_touch * wl_touch, in touch_handle_up()
989 static void touch_handle_motion(void * data, struct wl_touch * wl_touch, in touch_handle_motion()
1033 static void touch_handle_frame(void * data, struct wl_touch * wl_touch) in touch_handle_frame()
1040 static void touch_handle_cancel(void * data, struct wl_touch * wl_touch) in touch_handle_cancel()
1056 static void seat_handle_capabilities(void * data, struct wl_seat * wl_seat, enum wl_seat_capability… in seat_handle_capabilities()
1132 static void wl_shell_handle_ping(void * data, struct wl_shell_surface * shell_surface, uint32_t ser… in wl_shell_handle_ping()
1137 static void wl_shell_handle_configure(void * data, struct wl_shell_surface * shell_surface, in wl_shell_handle_configure()
1161 static void xdg_surface_handle_configure(void * data, struct xdg_surface * xdg_surface, uint32_t se… in xdg_surface_handle_configure()
1191 static void xdg_toplevel_handle_configure(void * data, struct xdg_toplevel * xdg_toplevel, in xdg_toplevel_handle_configure()
1222 static void xdg_toplevel_handle_close(void * data, struct xdg_toplevel * xdg_toplevel) in xdg_toplevel_handle_close()
1230 static void xdg_toplevel_handle_configure_bounds(void * data, struct xdg_toplevel * xdg_toplevel, in xdg_toplevel_handle_configure_bounds()
1250 static void xdg_wm_base_ping(void * data, struct xdg_wm_base * xdg_wm_base, uint32_t serial) in xdg_wm_base_ping()
1265 static void handle_global(void * data, struct wl_registry * registry, in handle_global()
1302 static void handle_global_remove(void * data, struct wl_registry * registry, uint32_t name) in handle_global_remove()
1316 static void handle_wl_buffer_release(void * data, struct wl_buffer * wl_buffer) in handle_wl_buffer_release()
2341 static void _lv_wayland_pointer_read(lv_indev_t * drv, lv_indev_data_t * data) in _lv_wayland_pointer_read()
2354 static void _lv_wayland_pointeraxis_read(lv_indev_t * drv, lv_indev_data_t * data) in _lv_wayland_pointeraxis_read()
2368 static void _lv_wayland_keyboard_read(lv_indev_t * drv, lv_indev_data_t * data) in _lv_wayland_keyboard_read()
2381 static void _lv_wayland_touch_read(lv_indev_t * drv, lv_indev_data_t * data) in _lv_wayland_touch_read()