Searched refs:wl_listener (Results 1 – 15 of 15) sorted by relevance
/external/wayland/tests/ |
D | signal-test.c | 32 signal_notify(struct wl_listener *listener, void *data) in signal_notify() 56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST() 57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST() 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() 60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() 87 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 104 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 105 struct wl_listener l2 = {.notify = signal_notify}; in TEST() 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST()
|
D | newsignal-test.c | 32 signal_notify(struct wl_listener *listener, void *data) in signal_notify() 56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST() 57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST() 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() 60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() 87 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 104 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 105 struct wl_listener l2 = {.notify = signal_notify}; in TEST() 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST() 122 struct wl_listener l1, l2, l3; [all …]
|
D | compositor-introspection-test.c | 50 struct wl_listener listener; 55 client_created(struct wl_listener *listener, void *data) in client_created() 129 struct wl_listener listener; 134 resource_created(struct wl_listener *listener, void *data) in resource_created()
|
D | resources-test.c | 83 destroy_notify(struct wl_listener *l, void *data) in destroy_notify() 110 struct wl_listener destroy_listener = { in TEST() 187 display_destroy_notify(struct wl_listener *l, void *data) in display_destroy_notify() 195 struct wl_listener a, b; in TEST()
|
D | socket-test.c | 187 struct wl_listener listener; 192 struct wl_listener listener; 197 client_destroy_notify(struct wl_listener *l, void *data) in client_destroy_notify() 206 client_create_notify(struct wl_listener *l, void *data) in client_create_notify()
|
D | client-test.c | 42 struct wl_listener listener; 47 client_destroy_notify(struct wl_listener *l, void *data) in client_destroy_notify()
|
D | test-compositor.h | 36 struct wl_listener destroy_listener;
|
D | event-loop-test.c | 482 struct wl_listener listener; 487 event_loop_destroy_notify(struct wl_listener *l, void *data) in event_loop_destroy_notify()
|
D | test-compositor.c | 142 client_destroyed(struct wl_listener *listener, void *data) in client_destroyed()
|
D | display-test.c | 54 struct wl_listener listener; 59 display_destroy_notify(struct wl_listener *l, void *data) in display_destroy_notify()
|
/external/wayland/src/ |
D | wayland-server-core.h | 178 struct wl_listener; 180 typedef void (*wl_notify_func_t)(struct wl_listener *listener, void *data); 184 struct wl_listener *listener); 186 struct wl_listener * 233 struct wl_listener *listener); 237 struct wl_listener *listener); 239 struct wl_listener * 321 struct wl_listener *listener); 323 struct wl_listener * 339 struct wl_listener *listener); [all …]
|
D | wayland-server-private.h | 42 wl_priv_signal_add(struct wl_priv_signal *signal, struct wl_listener *listener); 44 struct wl_listener *
|
D | wayland-server.c | 832 struct wl_listener * listener) in wl_resource_add_destroy_listener() 840 WL_EXPORT struct wl_listener * 885 struct wl_listener *listener) in wl_client_add_destroy_listener() 890 WL_EXPORT struct wl_listener * 1718 struct wl_listener *listener) in wl_display_add_destroy_listener() 1736 struct wl_listener *listener) in wl_display_add_client_created_listener() 1741 WL_EXPORT struct wl_listener * 2006 struct wl_listener *listener) in wl_client_add_resource_created_listener() 2088 wl_priv_signal_add(struct wl_priv_signal *signal, struct wl_listener *listener) in wl_priv_signal_add() 2102 struct wl_listener * [all …]
|
D | event-loop.c | 1071 struct wl_listener *listener) in wl_event_loop_add_destroy_listener() 1085 WL_EXPORT struct wl_listener *
|
/external/wayland/patches/ |
D | 0003-client-server-Safe-casts-from-wl_object.diff | 75 @@ -587,6 +587,9 @@ struct wl_listener * 117 struct wl_listener *listener)
|