Home
last modified time | relevance | path

Searched refs:_UNUSED_ (Results 1 – 3 of 3) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c40 #ifndef _UNUSED_
41 # define _UNUSED_(x) (void)x macro
131 _UNUSED_(time); in frame_callback()
148 _UNUSED_(p_touch); in touch_handle_down()
149 _UNUSED_(serial); in touch_handle_down()
150 _UNUSED_(p_surface); in touch_handle_down()
163 _UNUSED_(p_touch); in touch_handle_up()
164 _UNUSED_(serial); in touch_handle_up()
177 _UNUSED_(p_touch); in touch_handle_motion()
189 _UNUSED_(p_data); in touch_handle_frame()
[all …]
Dwindow.c104 _UNUSED_(p_data); in registry_handle_remove()
105 _UNUSED_(p_registry); in registry_handle_remove()
106 _UNUSED_(id); in registry_handle_remove()
121 _UNUSED_(p_data); in surface_enter()
122 _UNUSED_(p_surface); in surface_enter()
123 _UNUSED_(p_output); in surface_enter()
130 _UNUSED_(p_data); in surface_leave()
131 _UNUSED_(p_surface); in surface_leave()
132 _UNUSED_(p_output); in surface_leave()
147 _UNUSED_(p_data); in shell_surface_handle_ping()
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dwindow.h31 #define _UNUSED_(arg) (void)arg; macro