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

  /external/wayland/tests/
signal-test.c 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};
70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
71 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2);
72 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1);
76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
77 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x2) == &l2);
78 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x1) == &l1);
  /external/wayland/src/
wayland-server-core.h 102 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)
467 wl_notify_func_t notify);
wayland-server.c 724 wl_notify_func_t notify)
750 wl_notify_func_t notify)
    [all...]
event-loop.c 452 wl_notify_func_t notify)

Completed in 2889 milliseconds