• Home
  • Raw
  • Download

Lines Matching refs:serial

1568 		       uint32_t serial,
1970 uint32_t serial);
1984 uint32_t serial);
2063 wl_data_device_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surfa… in wl_data_device_send_enter() argument
2065 wl_resource_post_event(resource_, WL_DATA_DEVICE_ENTER, serial, surface, x, y, id); in wl_data_device_send_enter()
2353 uint32_t serial);
2368 uint32_t serial);
2384 uint32_t serial,
2494 uint32_t serial,
2621 wl_shell_surface_send_ping(struct wl_resource *resource_, uint32_t serial) in wl_shell_surface_send_ping() argument
2623 wl_resource_post_event(resource_, WL_SHELL_SURFACE_PING, serial); in wl_shell_surface_send_ping()
3389 uint32_t serial,
3473 wl_pointer_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface, … in wl_pointer_send_enter() argument
3475 wl_resource_post_event(resource_, WL_POINTER_ENTER, serial, surface, surface_x, surface_y); in wl_pointer_send_enter()
3486 wl_pointer_send_leave(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface) in wl_pointer_send_leave() argument
3488 wl_resource_post_event(resource_, WL_POINTER_LEAVE, serial, surface); in wl_pointer_send_leave()
3515 wl_pointer_send_button(struct wl_resource *resource_, uint32_t serial, uint32_t time, uint32_t butt… in wl_pointer_send_button() argument
3517 wl_resource_post_event(resource_, WL_POINTER_BUTTON, serial, time, button, state); in wl_pointer_send_button()
3699 wl_keyboard_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface,… in wl_keyboard_send_enter() argument
3701 wl_resource_post_event(resource_, WL_KEYBOARD_ENTER, serial, surface, keys); in wl_keyboard_send_enter()
3712 wl_keyboard_send_leave(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface) in wl_keyboard_send_leave() argument
3714 wl_resource_post_event(resource_, WL_KEYBOARD_LEAVE, serial, surface); in wl_keyboard_send_leave()
3727 wl_keyboard_send_key(struct wl_resource *resource_, uint32_t serial, uint32_t time, uint32_t key, u… in wl_keyboard_send_key() argument
3729 wl_resource_post_event(resource_, WL_KEYBOARD_KEY, serial, time, key, state); in wl_keyboard_send_key()
3743 wl_keyboard_send_modifiers(struct wl_resource *resource_, uint32_t serial, uint32_t mods_depressed,… in wl_keyboard_send_modifiers() argument
3745 …wl_resource_post_event(resource_, WL_KEYBOARD_MODIFIERS, serial, mods_depressed, mods_latched, mod… in wl_keyboard_send_modifiers()
3830 wl_touch_send_down(struct wl_resource *resource_, uint32_t serial, uint32_t time, struct wl_resourc… in wl_touch_send_down() argument
3832 wl_resource_post_event(resource_, WL_TOUCH_DOWN, serial, time, surface, id, x, y); in wl_touch_send_down()
3844 wl_touch_send_up(struct wl_resource *resource_, uint32_t serial, uint32_t time, int32_t id) in wl_touch_send_up() argument
3846 wl_resource_post_event(resource_, WL_TOUCH_UP, serial, time, id); in wl_touch_send_up()