Home
last modified time | relevance | path

Searched refs:wl_notify_func_t (Results 1 – 4 of 4) sorted by relevance

/external/wayland/tests/
Dsignal-test.c56 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()
70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
71 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
72 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3); in TEST()
77 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2); in TEST()
78 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1); in TEST()
/external/wayland/src/
Dwayland-server-core.h102 typedef void (*wl_notify_func_t)(struct wl_listener *listener, void *data); typedef
110 wl_notify_func_t notify);
160 wl_notify_func_t notify);
208 wl_notify_func_t notify);
278 wl_notify_func_t notify;
333 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get()
467 wl_notify_func_t notify);
Dwayland-server.c724 wl_notify_func_t notify) in wl_resource_get_destroy_listener()
750 wl_notify_func_t notify) in wl_client_get_destroy_listener()
1435 wl_notify_func_t notify) in wl_display_get_destroy_listener()
Devent-loop.c452 wl_notify_func_t notify) in wl_event_loop_get_destroy_listener()