Lines Matching refs:resource_
1011 wl_registry_send_global(struct wl_resource *resource_, uint32_t name, const char *interface, uint32… in wl_registry_send_global() argument
1013 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL, name, interface, version); in wl_registry_send_global()
1023 wl_registry_send_global_remove(struct wl_resource *resource_, uint32_t name) in wl_registry_send_global_remove() argument
1025 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL_REMOVE, name); in wl_registry_send_global_remove()
1043 wl_callback_send_done(struct wl_resource *resource_, uint32_t callback_data) in wl_callback_send_done() argument
1045 wl_resource_post_event(resource_, WL_CALLBACK_DONE, callback_data); in wl_callback_send_done()
1474 wl_shm_send_format(struct wl_resource *resource_, uint32_t format) in wl_shm_send_format() argument
1476 wl_resource_post_event(resource_, WL_SHM_FORMAT, format); in wl_shm_send_format()
1514 wl_buffer_send_release(struct wl_resource *resource_) in wl_buffer_send_release() argument
1516 wl_resource_post_event(resource_, WL_BUFFER_RELEASE); in wl_buffer_send_release()
1710 wl_data_offer_send_offer(struct wl_resource *resource_, const char *mime_type) in wl_data_offer_send_offer() argument
1712 wl_resource_post_event(resource_, WL_DATA_OFFER_OFFER, mime_type); in wl_data_offer_send_offer()
1722 wl_data_offer_send_source_actions(struct wl_resource *resource_, uint32_t source_actions) in wl_data_offer_send_source_actions() argument
1724 wl_resource_post_event(resource_, WL_DATA_OFFER_SOURCE_ACTIONS, source_actions); in wl_data_offer_send_source_actions()
1734 wl_data_offer_send_action(struct wl_resource *resource_, uint32_t dnd_action) in wl_data_offer_send_action() argument
1736 wl_resource_post_event(resource_, WL_DATA_OFFER_ACTION, dnd_action); in wl_data_offer_send_action()
1852 wl_data_source_send_target(struct wl_resource *resource_, const char *mime_type) in wl_data_source_send_target() argument
1854 wl_resource_post_event(resource_, WL_DATA_SOURCE_TARGET, mime_type); in wl_data_source_send_target()
1865 wl_data_source_send_send(struct wl_resource *resource_, const char *mime_type, int32_t fd) in wl_data_source_send_send() argument
1867 wl_resource_post_event(resource_, WL_DATA_SOURCE_SEND, mime_type, fd); in wl_data_source_send_send()
1876 wl_data_source_send_cancelled(struct wl_resource *resource_) in wl_data_source_send_cancelled() argument
1878 wl_resource_post_event(resource_, WL_DATA_SOURCE_CANCELLED); in wl_data_source_send_cancelled()
1887 wl_data_source_send_dnd_drop_performed(struct wl_resource *resource_) in wl_data_source_send_dnd_drop_performed() argument
1889 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_DROP_PERFORMED); in wl_data_source_send_dnd_drop_performed()
1898 wl_data_source_send_dnd_finished(struct wl_resource *resource_) in wl_data_source_send_dnd_finished() argument
1900 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_FINISHED); in wl_data_source_send_dnd_finished()
1910 wl_data_source_send_action(struct wl_resource *resource_, uint32_t dnd_action) in wl_data_source_send_action() argument
1912 wl_resource_post_event(resource_, WL_DATA_SOURCE_ACTION, dnd_action); in wl_data_source_send_action()
2047 wl_data_device_send_data_offer(struct wl_resource *resource_, struct wl_resource *id) in wl_data_device_send_data_offer() argument
2049 wl_resource_post_event(resource_, WL_DATA_DEVICE_DATA_OFFER, id); in wl_data_device_send_data_offer()
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()
2074 wl_data_device_send_leave(struct wl_resource *resource_) in wl_data_device_send_leave() argument
2076 wl_resource_post_event(resource_, WL_DATA_DEVICE_LEAVE); in wl_data_device_send_leave()
2088 wl_data_device_send_motion(struct wl_resource *resource_, uint32_t time, wl_fixed_t x, wl_fixed_t y) in wl_data_device_send_motion() argument
2090 wl_resource_post_event(resource_, WL_DATA_DEVICE_MOTION, time, x, y); in wl_data_device_send_motion()
2099 wl_data_device_send_drop(struct wl_resource *resource_) in wl_data_device_send_drop() argument
2101 wl_resource_post_event(resource_, WL_DATA_DEVICE_DROP); in wl_data_device_send_drop()
2111 wl_data_device_send_selection(struct wl_resource *resource_, struct wl_resource *id) in wl_data_device_send_selection() argument
2113 wl_resource_post_event(resource_, WL_DATA_DEVICE_SELECTION, id); in wl_data_device_send_selection()
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()
2635 wl_shell_surface_send_configure(struct wl_resource *resource_, uint32_t edges, int32_t width, int32… in wl_shell_surface_send_configure() argument
2637 wl_resource_post_event(resource_, WL_SHELL_SURFACE_CONFIGURE, edges, width, height); in wl_shell_surface_send_configure()
2646 wl_shell_surface_send_popup_done(struct wl_resource *resource_) in wl_shell_surface_send_popup_done() argument
2648 wl_resource_post_event(resource_, WL_SHELL_SURFACE_POPUP_DONE); in wl_shell_surface_send_popup_done()
3088 wl_surface_send_enter(struct wl_resource *resource_, struct wl_resource *output) in wl_surface_send_enter() argument
3090 wl_resource_post_event(resource_, WL_SURFACE_ENTER, output); in wl_surface_send_enter()
3100 wl_surface_send_leave(struct wl_resource *resource_, struct wl_resource *output) in wl_surface_send_leave() argument
3102 wl_resource_post_event(resource_, WL_SURFACE_LEAVE, output); in wl_surface_send_leave()
3227 wl_seat_send_capabilities(struct wl_resource *resource_, uint32_t capabilities) in wl_seat_send_capabilities() argument
3229 wl_resource_post_event(resource_, WL_SEAT_CAPABILITIES, capabilities); in wl_seat_send_capabilities()
3239 wl_seat_send_name(struct wl_resource *resource_, const char *name) in wl_seat_send_name() argument
3241 wl_resource_post_event(resource_, WL_SEAT_NAME, name); in wl_seat_send_name()
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()
3500 wl_pointer_send_motion(struct wl_resource *resource_, uint32_t time, wl_fixed_t surface_x, wl_fixed… in wl_pointer_send_motion() argument
3502 wl_resource_post_event(resource_, WL_POINTER_MOTION, time, surface_x, surface_y); in wl_pointer_send_motion()
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()
3529 wl_pointer_send_axis(struct wl_resource *resource_, uint32_t time, uint32_t axis, wl_fixed_t value) in wl_pointer_send_axis() argument
3531 wl_resource_post_event(resource_, WL_POINTER_AXIS, time, axis, value); in wl_pointer_send_axis()
3540 wl_pointer_send_frame(struct wl_resource *resource_) in wl_pointer_send_frame() argument
3542 wl_resource_post_event(resource_, WL_POINTER_FRAME); in wl_pointer_send_frame()
3552 wl_pointer_send_axis_source(struct wl_resource *resource_, uint32_t axis_source) in wl_pointer_send_axis_source() argument
3554 wl_resource_post_event(resource_, WL_POINTER_AXIS_SOURCE, axis_source); in wl_pointer_send_axis_source()
3565 wl_pointer_send_axis_stop(struct wl_resource *resource_, uint32_t time, uint32_t axis) in wl_pointer_send_axis_stop() argument
3567 wl_resource_post_event(resource_, WL_POINTER_AXIS_STOP, time, axis); in wl_pointer_send_axis_stop()
3578 wl_pointer_send_axis_discrete(struct wl_resource *resource_, uint32_t axis, int32_t discrete) in wl_pointer_send_axis_discrete() argument
3580 wl_resource_post_event(resource_, WL_POINTER_AXIS_DISCRETE, axis, discrete); in wl_pointer_send_axis_discrete()
3685 wl_keyboard_send_keymap(struct wl_resource *resource_, uint32_t format, int32_t fd, uint32_t size) in wl_keyboard_send_keymap() argument
3687 wl_resource_post_event(resource_, WL_KEYBOARD_KEYMAP, format, fd, size); in wl_keyboard_send_keymap()
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()
3756 wl_keyboard_send_repeat_info(struct wl_resource *resource_, int32_t rate, int32_t delay) in wl_keyboard_send_repeat_info() argument
3758 wl_resource_post_event(resource_, WL_KEYBOARD_REPEAT_INFO, rate, delay); in wl_keyboard_send_repeat_info()
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()
3859 wl_touch_send_motion(struct wl_resource *resource_, uint32_t time, int32_t id, wl_fixed_t x, wl_fix… in wl_touch_send_motion() argument
3861 wl_resource_post_event(resource_, WL_TOUCH_MOTION, time, id, x, y); in wl_touch_send_motion()
3870 wl_touch_send_frame(struct wl_resource *resource_) in wl_touch_send_frame() argument
3872 wl_resource_post_event(resource_, WL_TOUCH_FRAME); in wl_touch_send_frame()
3881 wl_touch_send_cancel(struct wl_resource *resource_) in wl_touch_send_cancel() argument
3883 wl_resource_post_event(resource_, WL_TOUCH_CANCEL); in wl_touch_send_cancel()
3895 wl_touch_send_shape(struct wl_resource *resource_, int32_t id, wl_fixed_t major, wl_fixed_t minor) in wl_touch_send_shape() argument
3897 wl_resource_post_event(resource_, WL_TOUCH_SHAPE, id, major, minor); in wl_touch_send_shape()
3908 wl_touch_send_orientation(struct wl_resource *resource_, int32_t id, wl_fixed_t orientation) in wl_touch_send_orientation() argument
3910 wl_resource_post_event(resource_, WL_TOUCH_ORIENTATION, id, orientation); in wl_touch_send_orientation()
4082 wl_output_send_geometry(struct wl_resource *resource_, int32_t x, int32_t y, int32_t physical_width… in wl_output_send_geometry() argument
4084 …wl_resource_post_event(resource_, WL_OUTPUT_GEOMETRY, x, y, physical_width, physical_height, subpi… in wl_output_send_geometry()
4097 wl_output_send_mode(struct wl_resource *resource_, uint32_t flags, int32_t width, int32_t height, i… in wl_output_send_mode() argument
4099 wl_resource_post_event(resource_, WL_OUTPUT_MODE, flags, width, height, refresh); in wl_output_send_mode()
4108 wl_output_send_done(struct wl_resource *resource_) in wl_output_send_done() argument
4110 wl_resource_post_event(resource_, WL_OUTPUT_DONE); in wl_output_send_done()
4120 wl_output_send_scale(struct wl_resource *resource_, int32_t factor) in wl_output_send_scale() argument
4122 wl_resource_post_event(resource_, WL_OUTPUT_SCALE, factor); in wl_output_send_scale()