Searched refs:watch_data (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/x11/ |
H A D | module-x11-xsmp.c | 157 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer *watch_data) { in new_ice_connection() argument 163 *watch_data = u->core->mainloop->io_new( in new_ice_connection() 170 u->core->mainloop->io_set_destroy(*watch_data, ice_io_cb_data_destroy); in new_ice_connection() 172 u->core->mainloop->io_free(*watch_data); in new_ice_connection()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | x11wrap.c | 162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_data) { in x11_watch() argument 170 *watch_data = (XPointer) x11_internal_add(w, fd); in x11_watch() 172 x11_internal_remove(w, (pa_x11_internal*) *watch_data); in x11_watch()
|
/third_party/toybox/generated/ |
H A D | globals.h | 457 struct watch_data { struct 1675 struct watch_data watch;
|
Completed in 6 milliseconds