HomeSort by relevance Sort by last modified time
    Searched refs:wl_listener (Results 1 - 11 of 11) sorted by null

  /external/wayland/tests/
signal-test.c 32 signal_notify(struct wl_listener *listener, void *data)
56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1};
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2};
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3};
60 struct wl_listener l4 = {.notify = signal_notify};
87 struct wl_listener l1 = {.notify = signal_notify};
104 struct wl_listener l1 = {.notify = signal_notify};
105 struct wl_listener l2 = {.notify = signal_notify};
106 struct wl_listener l3 = {.notify = signal_notify};
compositor-introspection-test.c 50 struct wl_listener listener;
55 client_created(struct wl_listener *listener, void *data)
129 struct wl_listener listener;
134 resource_created(struct wl_listener *listener, void *data)
client-test.c 42 struct wl_listener listener;
47 client_destroy_notify(struct wl_listener *l, void *data)
test-compositor.h 36 struct wl_listener destroy_listener;
resources-test.c 83 destroy_notify(struct wl_listener *l, void *data)
99 struct wl_listener destroy_listener = {
event-loop-test.c 334 struct wl_listener listener;
339 event_loop_destroy_notify(struct wl_listener *l, void *data)
display-test.c 49 struct wl_listener listener;
54 display_destroy_notify(struct wl_listener *l, void *data)
test-compositor.c 138 client_destroyed(struct wl_listener *listener, void *data)
  /external/wayland/src/
wayland-server-core.h 100 struct wl_listener;
102 typedef void (*wl_notify_func_t)(struct wl_listener *listener, void *data);
106 struct wl_listener *listener);
108 struct wl_listener *
152 struct wl_listener *listener);
156 struct wl_listener *listener);
158 struct wl_listener *
204 struct wl_listener *listener);
206 struct wl_listener *
218 struct wl_listener *listener)
276 struct wl_listener { struct
    [all...]
wayland-server.c 717 struct wl_listener * listener)
722 WL_EXPORT struct wl_listener *
743 struct wl_listener *listener)
748 WL_EXPORT struct wl_listener *
    [all...]
event-loop.c 445 struct wl_listener *listener)
450 WL_EXPORT struct wl_listener *

Completed in 160 milliseconds