Home
last modified time | relevance | path

Searched refs:socket_connection (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-overflow.c107 GSocketConnection *socket_connection; in test_overflow() local
119 socket_connection = g_socket_connection_factory_create_connection (socket); in test_overflow()
120 g_assert (socket_connection != NULL); in test_overflow()
122 producer = g_dbus_connection_new_sync (G_IO_STREAM (socket_connection), in test_overflow()
131 g_object_unref (socket_connection); in test_overflow()
163 socket_connection = g_socket_connection_factory_create_connection (socket); in test_overflow()
164 g_assert (socket_connection != NULL); in test_overflow()
166 consumer = g_dbus_connection_new_sync (G_IO_STREAM (socket_connection), in test_overflow()
173 g_object_unref (socket_connection); in test_overflow()
Dgdbus-peer.c538 GSocketConnection *socket_connection,
551 connection = g_dbus_connection_new_sync (G_IO_STREAM (socket_connection),
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c456 GSocketConnection *socket_connection; in socket_connect_done() local
460 socket_connection = in socket_connect_done()
469 if (socket_connection == NULL) { in socket_connect_done()
478 gst_rtmp_client_handshake (G_IO_STREAM (socket_connection), FALSE, in socket_connect_done()
480 g_object_unref (socket_connection); in socket_connect_done()
488 GSocketConnection *socket_connection = G_SOCKET_CONNECTION (stream); in handshake_done() local
502 data->connection = gst_rtmp_connection_new (socket_connection, in handshake_done()
/third_party/glib/gio/
Dgdbusserver.c471 GSocketConnection *socket_connection,
1010 GSocketConnection *socket_connection, in on_run() argument
1023 if (!g_input_stream_read_all (g_io_stream_get_input_stream (G_IO_STREAM (socket_connection)), in on_run()
1046 connection = g_dbus_connection_new_sync (G_IO_STREAM (socket_connection), in on_run()