Home
last modified time | relevance | path

Searched refs:g_io_channel_shutdown (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dgiochannel.h182 GLIB_DEPRECATED_FOR(g_io_channel_shutdown)
186 GIOStatus g_io_channel_shutdown (GIOChannel *channel,
Dgiochannel.c240 g_io_channel_shutdown (channel, TRUE, NULL); in g_io_channel_unref()
484 g_io_channel_shutdown (GIOChannel *channel, in g_io_channel_shutdown() function
/third_party/glib/gio/
Dgtestdbus.c193 g_io_channel_shutdown (channel, FALSE, &error); in watch_parent()
666 g_io_channel_shutdown (channel, FALSE, &error); in start_daemon()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtputil.c174 g_io_channel_shutdown (conn->stream, TRUE, NULL); in gst_avdtp_connection_release()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c336 g_io_channel_shutdown (enc->multipass_cache_fd, TRUE, NULL); in theora_enc_clear_multipass_cache()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1251 g_io_channel_shutdown
/third_party/gstreamer/gstplugins_bad/
DChangeLog139747 bluez: Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.