Lines Matching refs:wl_resource_post_event
1013 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL, name, interface, version); in wl_registry_send_global()
1025 wl_resource_post_event(resource_, WL_REGISTRY_GLOBAL_REMOVE, name); in wl_registry_send_global_remove()
1045 wl_resource_post_event(resource_, WL_CALLBACK_DONE, callback_data); in wl_callback_send_done()
1476 wl_resource_post_event(resource_, WL_SHM_FORMAT, format); in wl_shm_send_format()
1516 wl_resource_post_event(resource_, WL_BUFFER_RELEASE); in wl_buffer_send_release()
1712 wl_resource_post_event(resource_, WL_DATA_OFFER_OFFER, mime_type); in wl_data_offer_send_offer()
1724 wl_resource_post_event(resource_, WL_DATA_OFFER_SOURCE_ACTIONS, source_actions); in wl_data_offer_send_source_actions()
1736 wl_resource_post_event(resource_, WL_DATA_OFFER_ACTION, dnd_action); in wl_data_offer_send_action()
1854 wl_resource_post_event(resource_, WL_DATA_SOURCE_TARGET, mime_type); in wl_data_source_send_target()
1867 wl_resource_post_event(resource_, WL_DATA_SOURCE_SEND, mime_type, fd); in wl_data_source_send_send()
1878 wl_resource_post_event(resource_, WL_DATA_SOURCE_CANCELLED); in wl_data_source_send_cancelled()
1889 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_DROP_PERFORMED); in wl_data_source_send_dnd_drop_performed()
1900 wl_resource_post_event(resource_, WL_DATA_SOURCE_DND_FINISHED); in wl_data_source_send_dnd_finished()
1912 wl_resource_post_event(resource_, WL_DATA_SOURCE_ACTION, dnd_action); in wl_data_source_send_action()
2049 wl_resource_post_event(resource_, WL_DATA_DEVICE_DATA_OFFER, id); in wl_data_device_send_data_offer()
2065 wl_resource_post_event(resource_, WL_DATA_DEVICE_ENTER, serial, surface, x, y, id); in wl_data_device_send_enter()
2076 wl_resource_post_event(resource_, WL_DATA_DEVICE_LEAVE); in wl_data_device_send_leave()
2090 wl_resource_post_event(resource_, WL_DATA_DEVICE_MOTION, time, x, y); in wl_data_device_send_motion()
2101 wl_resource_post_event(resource_, WL_DATA_DEVICE_DROP); in wl_data_device_send_drop()
2113 wl_resource_post_event(resource_, WL_DATA_DEVICE_SELECTION, id); in wl_data_device_send_selection()
2623 wl_resource_post_event(resource_, WL_SHELL_SURFACE_PING, serial); in wl_shell_surface_send_ping()
2637 wl_resource_post_event(resource_, WL_SHELL_SURFACE_CONFIGURE, edges, width, height); in wl_shell_surface_send_configure()
2648 wl_resource_post_event(resource_, WL_SHELL_SURFACE_POPUP_DONE); in wl_shell_surface_send_popup_done()
3090 wl_resource_post_event(resource_, WL_SURFACE_ENTER, output); in wl_surface_send_enter()
3102 wl_resource_post_event(resource_, WL_SURFACE_LEAVE, output); in wl_surface_send_leave()
3229 wl_resource_post_event(resource_, WL_SEAT_CAPABILITIES, capabilities); in wl_seat_send_capabilities()
3241 wl_resource_post_event(resource_, WL_SEAT_NAME, name); in wl_seat_send_name()
3475 wl_resource_post_event(resource_, WL_POINTER_ENTER, serial, surface, surface_x, surface_y); in wl_pointer_send_enter()
3488 wl_resource_post_event(resource_, WL_POINTER_LEAVE, serial, surface); in wl_pointer_send_leave()
3502 wl_resource_post_event(resource_, WL_POINTER_MOTION, time, surface_x, surface_y); in wl_pointer_send_motion()
3517 wl_resource_post_event(resource_, WL_POINTER_BUTTON, serial, time, button, state); in wl_pointer_send_button()
3531 wl_resource_post_event(resource_, WL_POINTER_AXIS, time, axis, value); in wl_pointer_send_axis()
3542 wl_resource_post_event(resource_, WL_POINTER_FRAME); in wl_pointer_send_frame()
3554 wl_resource_post_event(resource_, WL_POINTER_AXIS_SOURCE, axis_source); in wl_pointer_send_axis_source()
3567 wl_resource_post_event(resource_, WL_POINTER_AXIS_STOP, time, axis); in wl_pointer_send_axis_stop()
3580 wl_resource_post_event(resource_, WL_POINTER_AXIS_DISCRETE, axis, discrete); in wl_pointer_send_axis_discrete()
3687 wl_resource_post_event(resource_, WL_KEYBOARD_KEYMAP, format, fd, size); in wl_keyboard_send_keymap()
3701 wl_resource_post_event(resource_, WL_KEYBOARD_ENTER, serial, surface, keys); in wl_keyboard_send_enter()
3714 wl_resource_post_event(resource_, WL_KEYBOARD_LEAVE, serial, surface); in wl_keyboard_send_leave()
3729 wl_resource_post_event(resource_, WL_KEYBOARD_KEY, serial, time, key, state); in wl_keyboard_send_key()
3745 …wl_resource_post_event(resource_, WL_KEYBOARD_MODIFIERS, serial, mods_depressed, mods_latched, mod… in wl_keyboard_send_modifiers()
3758 wl_resource_post_event(resource_, WL_KEYBOARD_REPEAT_INFO, rate, delay); in wl_keyboard_send_repeat_info()
3832 wl_resource_post_event(resource_, WL_TOUCH_DOWN, serial, time, surface, id, x, y); in wl_touch_send_down()
3846 wl_resource_post_event(resource_, WL_TOUCH_UP, serial, time, id); in wl_touch_send_up()
3861 wl_resource_post_event(resource_, WL_TOUCH_MOTION, time, id, x, y); in wl_touch_send_motion()
3872 wl_resource_post_event(resource_, WL_TOUCH_FRAME); in wl_touch_send_frame()
3883 wl_resource_post_event(resource_, WL_TOUCH_CANCEL); in wl_touch_send_cancel()
3897 wl_resource_post_event(resource_, WL_TOUCH_SHAPE, id, major, minor); in wl_touch_send_shape()
3910 wl_resource_post_event(resource_, WL_TOUCH_ORIENTATION, id, orientation); in wl_touch_send_orientation()
4084 …wl_resource_post_event(resource_, WL_OUTPUT_GEOMETRY, x, y, physical_width, physical_height, subpi… in wl_output_send_geometry()
4099 wl_resource_post_event(resource_, WL_OUTPUT_MODE, flags, width, height, refresh); in wl_output_send_mode()
4110 wl_resource_post_event(resource_, WL_OUTPUT_DONE); in wl_output_send_done()
4122 wl_resource_post_event(resource_, WL_OUTPUT_SCALE, factor); in wl_output_send_scale()