Home
last modified time | relevance | path

Searched refs:poll_func (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgmain.c158 GPollFunc poll_func; member
489 context->poll_func = g_poll; in g_main_context_new()
2740 GPollFunc poll_func; in g_main_context_poll() local
2755 poll_func = context->poll_func; in g_main_context_poll()
2758 if ((*poll_func) (fds, n_fds, timeout) < 0 && errno != EINTR) in g_main_context_poll()
3001 context->poll_func = func; in g_main_context_set_poll_func()
3003 context->poll_func = g_poll; in g_main_context_set_poll_func()
3027 result = context->poll_func; in g_main_context_get_poll_func()
/external/bluetooth/glib/
DChangeLog.pre-2-06779 fd_array. don't even bother calling poll_func() if fds=timeout=0.
6780 added debugging printouts around poll_func() invocation that can be