Searched refs:poll_func (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | mainloop.h | 130 void pa_mainloop_set_poll_func(pa_mainloop *m, pa_poll_func poll_func, void *userdata);
|
D | mainloop.c | 126 pa_poll_func poll_func; member 841 if (m->poll_func) in pa_mainloop_poll() 842 m->poll_func_ret = m->poll_func( in pa_mainloop_poll() 965 void pa_mainloop_set_poll_func(pa_mainloop *m, pa_poll_func poll_func, void *userdata) { in pa_mainloop_set_poll_func() argument 968 m->poll_func = poll_func; in pa_mainloop_set_poll_func()
|
D | thread-mainloop.c | 60 static int poll_func(struct pollfd *ufds, unsigned long nfds, int timeout, void *userdata) { in poll_func() function 122 pa_mainloop_set_poll_func(m->real_mainloop, poll_func, m->mutex); in pa_threaded_mainloop_new()
|
/third_party/glib/glib/ |
D | gmain.c | 298 GPollFunc poll_func; member 690 context->poll_func = g_poll; in g_main_context_new() 4413 GPollFunc poll_func; in g_main_context_poll() local 4431 poll_func = context->poll_func; in g_main_context_poll() 4434 ret = (*poll_func) (fds, n_fds, timeout); in g_main_context_poll() 4714 context->poll_func = func; in g_main_context_set_poll_func() 4716 context->poll_func = g_poll; in g_main_context_set_poll_func() 4740 result = context->poll_func; in g_main_context_get_poll_func()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 1092 poll_func (GstBus * bus, GstMessage * message, GstBusPollData * poll_data) in poll_func() function 1214 id = g_signal_connect_data (bus, "message", G_CALLBACK (poll_func), poll_data, in gst_bus_poll()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 862 public void set_poll_func(PollFunc poll_func);
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 90742 * gst/gstbus.c: (poll_func): 110996 * gst/gstbus.c (poll_destroy, poll_func, gst_bus_poll): Implement 115214 (gst_bus_post), (poll_func), (gst_bus_async_signal_func), 116045 * gst/gstbus.c: (poll_func), (poll_timeout), (gst_bus_poll): 116330 (gst_bus_add_watch), (poll_func), (poll_timeout), (gst_bus_poll):
|