Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgunixoutputstream.c325 int poll_ret; in g_unix_output_stream_write() local
335 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_output_stream_write()
336 while (poll_ret == -1 && errno == EINTR); in g_unix_output_stream_write()
338 if (poll_ret == -1) in g_unix_output_stream_write()
Dgunixinputstream.c339 int poll_ret; in g_unix_input_stream_read() local
349 poll_ret = g_poll (poll_fds, 2, -1); in g_unix_input_stream_read()
350 while (poll_ret == -1 && errno == EINTR); in g_unix_input_stream_read()
352 if (poll_ret == -1) in g_unix_input_stream_read()