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

/external/bluetooth/glib/glib/
H A Dgmain.c158 GPollFunc poll_func; member in struct:_GMainContext
489 context->poll_func = g_poll;
2740 GPollFunc poll_func; local
2755 poll_func = context->poll_func;
2758 if ((*poll_func) (fds, n_fds, timeout) < 0 && errno != EINTR)
3001 context->poll_func = func;
3003 context->poll_func = g_poll;
3027 result = context->poll_func;

Completed in 66 milliseconds