• Home
  • Raw
  • Download

Lines Matching refs:resource_

945 wl_registry_send_global(struct wl_resource *resource_, uint32_t name, const char *interface, uint32…  in wl_registry_send_global()  argument
947 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL, name, interface, version); in wl_registry_send_global()
957 wl_registry_send_global_remove(struct wl_resource *resource_, uint32_t name) in wl_registry_send_global_remove() argument
959 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL_REMOVE, name); in wl_registry_send_global_remove()
977 wl_callback_send_done(struct wl_resource *resource_, uint32_t callback_data) in wl_callback_send_done() argument
979 wl_resource_post_event(resource_, WL_CALLBACK_DONE, callback_data); in wl_callback_send_done()
1408 wl_shm_send_format(struct wl_resource *resource_, uint32_t format) in wl_shm_send_format() argument
1410 wl_resource_post_event(resource_, WL_SHM_FORMAT, format); in wl_shm_send_format()
1448 wl_buffer_send_release(struct wl_resource *resource_) in wl_buffer_send_release() argument
1450 wl_resource_post_event(resource_, WL_BUFFER_RELEASE); in wl_buffer_send_release()
1644 wl_data_offer_send_offer(struct wl_resource *resource_, const char *mime_type) in wl_data_offer_send_offer() argument
1646 wl_resource_post_event(resource_, WL_DATA_OFFER_OFFER, mime_type); in wl_data_offer_send_offer()
1656 wl_data_offer_send_source_actions(struct wl_resource *resource_, uint32_t source_actions) in wl_data_offer_send_source_actions() argument
1658 wl_resource_post_event(resource_, WL_DATA_OFFER_SOURCE_ACTIONS, source_actions); in wl_data_offer_send_source_actions()
1668 wl_data_offer_send_action(struct wl_resource *resource_, uint32_t dnd_action) in wl_data_offer_send_action() argument
1670 wl_resource_post_event(resource_, WL_DATA_OFFER_ACTION, dnd_action); in wl_data_offer_send_action()
1786 wl_data_source_send_target(struct wl_resource *resource_, const char *mime_type) in wl_data_source_send_target() argument
1788 wl_resource_post_event(resource_, WL_DATA_SOURCE_TARGET, mime_type); in wl_data_source_send_target()
1799 wl_data_source_send_send(struct wl_resource *resource_, const char *mime_type, int32_t fd) in wl_data_source_send_send() argument
1801 wl_resource_post_event(resource_, WL_DATA_SOURCE_SEND, mime_type, fd); in wl_data_source_send_send()
1810 wl_data_source_send_cancelled(struct wl_resource *resource_) in wl_data_source_send_cancelled() argument
1812 wl_resource_post_event(resource_, WL_DATA_SOURCE_CANCELLED); in wl_data_source_send_cancelled()
1821 wl_data_source_send_dnd_drop_performed(struct wl_resource *resource_) in wl_data_source_send_dnd_drop_performed() argument
1823 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_DROP_PERFORMED); in wl_data_source_send_dnd_drop_performed()
1832 wl_data_source_send_dnd_finished(struct wl_resource *resource_) in wl_data_source_send_dnd_finished() argument
1834 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_FINISHED); in wl_data_source_send_dnd_finished()
1844 wl_data_source_send_action(struct wl_resource *resource_, uint32_t dnd_action) in wl_data_source_send_action() argument
1846 wl_resource_post_event(resource_, WL_DATA_SOURCE_ACTION, dnd_action); in wl_data_source_send_action()
1981 wl_data_device_send_data_offer(struct wl_resource *resource_, struct wl_resource *id) in wl_data_device_send_data_offer() argument
1983 wl_resource_post_event(resource_, WL_DATA_DEVICE_DATA_OFFER, id); in wl_data_device_send_data_offer()
1997 wl_data_device_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surfa… in wl_data_device_send_enter() argument
1999 wl_resource_post_event(resource_, WL_DATA_DEVICE_ENTER, serial, surface, x, y, id); in wl_data_device_send_enter()
2008 wl_data_device_send_leave(struct wl_resource *resource_) in wl_data_device_send_leave() argument
2010 wl_resource_post_event(resource_, WL_DATA_DEVICE_LEAVE); in wl_data_device_send_leave()
2022 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
2024 wl_resource_post_event(resource_, WL_DATA_DEVICE_MOTION, time, x, y); in wl_data_device_send_motion()
2033 wl_data_device_send_drop(struct wl_resource *resource_) in wl_data_device_send_drop() argument
2035 wl_resource_post_event(resource_, WL_DATA_DEVICE_DROP); in wl_data_device_send_drop()
2045 wl_data_device_send_selection(struct wl_resource *resource_, struct wl_resource *id) in wl_data_device_send_selection() argument
2047 wl_resource_post_event(resource_, WL_DATA_DEVICE_SELECTION, id); in wl_data_device_send_selection()
2555 wl_shell_surface_send_ping(struct wl_resource *resource_, uint32_t serial) in wl_shell_surface_send_ping() argument
2557 wl_resource_post_event(resource_, WL_SHELL_SURFACE_PING, serial); in wl_shell_surface_send_ping()
2569 wl_shell_surface_send_configure(struct wl_resource *resource_, uint32_t edges, int32_t width, int32… in wl_shell_surface_send_configure() argument
2571 wl_resource_post_event(resource_, WL_SHELL_SURFACE_CONFIGURE, edges, width, height); in wl_shell_surface_send_configure()
2580 wl_shell_surface_send_popup_done(struct wl_resource *resource_) in wl_shell_surface_send_popup_done() argument
2582 wl_resource_post_event(resource_, WL_SHELL_SURFACE_POPUP_DONE); in wl_shell_surface_send_popup_done()
3022 wl_surface_send_enter(struct wl_resource *resource_, struct wl_resource *output) in wl_surface_send_enter() argument
3024 wl_resource_post_event(resource_, WL_SURFACE_ENTER, output); in wl_surface_send_enter()
3034 wl_surface_send_leave(struct wl_resource *resource_, struct wl_resource *output) in wl_surface_send_leave() argument
3036 wl_resource_post_event(resource_, WL_SURFACE_LEAVE, output); in wl_surface_send_leave()
3161 wl_seat_send_capabilities(struct wl_resource *resource_, uint32_t capabilities) in wl_seat_send_capabilities() argument
3163 wl_resource_post_event(resource_, WL_SEAT_CAPABILITIES, capabilities); in wl_seat_send_capabilities()
3173 wl_seat_send_name(struct wl_resource *resource_, const char *name) in wl_seat_send_name() argument
3175 wl_resource_post_event(resource_, WL_SEAT_NAME, name); in wl_seat_send_name()
3407 wl_pointer_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface, … in wl_pointer_send_enter() argument
3409 wl_resource_post_event(resource_, WL_POINTER_ENTER, serial, surface, surface_x, surface_y); in wl_pointer_send_enter()
3420 wl_pointer_send_leave(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface) in wl_pointer_send_leave() argument
3422 wl_resource_post_event(resource_, WL_POINTER_LEAVE, serial, surface); in wl_pointer_send_leave()
3434 wl_pointer_send_motion(struct wl_resource *resource_, uint32_t time, wl_fixed_t surface_x, wl_fixed… in wl_pointer_send_motion() argument
3436 wl_resource_post_event(resource_, WL_POINTER_MOTION, time, surface_x, surface_y); in wl_pointer_send_motion()
3449 wl_pointer_send_button(struct wl_resource *resource_, uint32_t serial, uint32_t time, uint32_t butt… in wl_pointer_send_button() argument
3451 wl_resource_post_event(resource_, WL_POINTER_BUTTON, serial, time, button, state); in wl_pointer_send_button()
3463 wl_pointer_send_axis(struct wl_resource *resource_, uint32_t time, uint32_t axis, wl_fixed_t value) in wl_pointer_send_axis() argument
3465 wl_resource_post_event(resource_, WL_POINTER_AXIS, time, axis, value); in wl_pointer_send_axis()
3474 wl_pointer_send_frame(struct wl_resource *resource_) in wl_pointer_send_frame() argument
3476 wl_resource_post_event(resource_, WL_POINTER_FRAME); in wl_pointer_send_frame()
3486 wl_pointer_send_axis_source(struct wl_resource *resource_, uint32_t axis_source) in wl_pointer_send_axis_source() argument
3488 wl_resource_post_event(resource_, WL_POINTER_AXIS_SOURCE, axis_source); in wl_pointer_send_axis_source()
3499 wl_pointer_send_axis_stop(struct wl_resource *resource_, uint32_t time, uint32_t axis) in wl_pointer_send_axis_stop() argument
3501 wl_resource_post_event(resource_, WL_POINTER_AXIS_STOP, time, axis); in wl_pointer_send_axis_stop()
3512 wl_pointer_send_axis_discrete(struct wl_resource *resource_, uint32_t axis, int32_t discrete) in wl_pointer_send_axis_discrete() argument
3514 wl_resource_post_event(resource_, WL_POINTER_AXIS_DISCRETE, axis, discrete); in wl_pointer_send_axis_discrete()
3619 wl_keyboard_send_keymap(struct wl_resource *resource_, uint32_t format, int32_t fd, uint32_t size) in wl_keyboard_send_keymap() argument
3621 wl_resource_post_event(resource_, WL_KEYBOARD_KEYMAP, format, fd, size); in wl_keyboard_send_keymap()
3633 wl_keyboard_send_enter(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface,… in wl_keyboard_send_enter() argument
3635 wl_resource_post_event(resource_, WL_KEYBOARD_ENTER, serial, surface, keys); in wl_keyboard_send_enter()
3646 wl_keyboard_send_leave(struct wl_resource *resource_, uint32_t serial, struct wl_resource *surface) in wl_keyboard_send_leave() argument
3648 wl_resource_post_event(resource_, WL_KEYBOARD_LEAVE, serial, surface); in wl_keyboard_send_leave()
3661 wl_keyboard_send_key(struct wl_resource *resource_, uint32_t serial, uint32_t time, uint32_t key, u… in wl_keyboard_send_key() argument
3663 wl_resource_post_event(resource_, WL_KEYBOARD_KEY, serial, time, key, state); in wl_keyboard_send_key()
3677 wl_keyboard_send_modifiers(struct wl_resource *resource_, uint32_t serial, uint32_t mods_depressed,… in wl_keyboard_send_modifiers() argument
3679 …wl_resource_post_event(resource_, WL_KEYBOARD_MODIFIERS, serial, mods_depressed, mods_latched, mod… in wl_keyboard_send_modifiers()
3690 wl_keyboard_send_repeat_info(struct wl_resource *resource_, int32_t rate, int32_t delay) in wl_keyboard_send_repeat_info() argument
3692 wl_resource_post_event(resource_, WL_KEYBOARD_REPEAT_INFO, rate, delay); in wl_keyboard_send_repeat_info()
3764 wl_touch_send_down(struct wl_resource *resource_, uint32_t serial, uint32_t time, struct wl_resourc… in wl_touch_send_down() argument
3766 wl_resource_post_event(resource_, WL_TOUCH_DOWN, serial, time, surface, id, x, y); in wl_touch_send_down()
3778 wl_touch_send_up(struct wl_resource *resource_, uint32_t serial, uint32_t time, int32_t id) in wl_touch_send_up() argument
3780 wl_resource_post_event(resource_, WL_TOUCH_UP, serial, time, id); in wl_touch_send_up()
3793 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
3795 wl_resource_post_event(resource_, WL_TOUCH_MOTION, time, id, x, y); in wl_touch_send_motion()
3804 wl_touch_send_frame(struct wl_resource *resource_) in wl_touch_send_frame() argument
3806 wl_resource_post_event(resource_, WL_TOUCH_FRAME); in wl_touch_send_frame()
3815 wl_touch_send_cancel(struct wl_resource *resource_) in wl_touch_send_cancel() argument
3817 wl_resource_post_event(resource_, WL_TOUCH_CANCEL); in wl_touch_send_cancel()
3829 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
3831 wl_resource_post_event(resource_, WL_TOUCH_SHAPE, id, major, minor); in wl_touch_send_shape()
3842 wl_touch_send_orientation(struct wl_resource *resource_, int32_t id, wl_fixed_t orientation) in wl_touch_send_orientation() argument
3844 wl_resource_post_event(resource_, WL_TOUCH_ORIENTATION, id, orientation); in wl_touch_send_orientation()
4016 wl_output_send_geometry(struct wl_resource *resource_, int32_t x, int32_t y, int32_t physical_width… in wl_output_send_geometry() argument
4018 …wl_resource_post_event(resource_, WL_OUTPUT_GEOMETRY, x, y, physical_width, physical_height, subpi… in wl_output_send_geometry()
4031 wl_output_send_mode(struct wl_resource *resource_, uint32_t flags, int32_t width, int32_t height, i… in wl_output_send_mode() argument
4033 wl_resource_post_event(resource_, WL_OUTPUT_MODE, flags, width, height, refresh); in wl_output_send_mode()
4042 wl_output_send_done(struct wl_resource *resource_) in wl_output_send_done() argument
4044 wl_resource_post_event(resource_, WL_OUTPUT_DONE); in wl_output_send_done()
4054 wl_output_send_scale(struct wl_resource *resource_, int32_t factor) in wl_output_send_scale() argument
4056 wl_resource_post_event(resource_, WL_OUTPUT_SCALE, factor); in wl_output_send_scale()