Searched refs:g_socket_condition_check (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/ |
D | gsocketinputstream.c | 136 return g_socket_condition_check (input_stream->priv->socket, G_IO_IN); in g_socket_input_stream_pollable_is_readable()
|
D | gsocketoutputstream.c | 170 return g_socket_condition_check (output_stream->priv->socket, G_IO_OUT); in g_socket_output_stream_pollable_is_writable()
|
D | gsocket.h | 185 GIOCondition g_socket_condition_check (GSocket *socket,
|
D | gdbusprivate.c | 189 if (g_socket_condition_check (socket, G_IO_IN)) in _g_socket_read_with_control_messages() 700 … g_socket_condition_check (g_socket_connection_get_socket (G_SOCKET_CONNECTION (worker->stream)), in _g_dbus_worker_do_read_cb()
|
D | gsocket.c | 1246 return g_socket_condition_check (G_SOCKET (datagram_based), condition); in g_socket_datagram_based_condition_check() 4220 g_socket_condition_check (GSocket *socket, in g_socket_condition_check() function
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsrc.c | 252 g_socket_condition_check (src->socket, in gst_tcp_client_src_create()
|
D | gsttcpserversrc.c | 253 g_socket_condition_check (src->client_socket, in gst_tcp_server_src_create()
|
/third_party/glib/gio/tests/ |
D | gdbus-peer.c | 652 …g_debug ("socket_condition_check = %d", g_socket_condition_check (socket, G_IO_IN|G_IO_OUT|G_IO_ER…
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 3018 condition = g_socket_condition_check (conn->read_socket, in gst_rtsp_connection_poll_usec() 3024 condition = g_socket_condition_check (conn->write_socket, G_IO_OUT); in gst_rtsp_connection_poll_usec()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 2109 g_socket_condition_check
|