Home
last modified time | relevance | path

Searched refs:g_io_add_watch_full (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec-kb.c122 io_watch_id = g_io_add_watch_full (ioc, G_PRIORITY_DEFAULT, G_IO_IN, in gst_nvcodec_kb_set_key_handler()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play-kb.c125 io_watch_id = g_io_add_watch_full (ioc, G_PRIORITY_DEFAULT, G_IO_IN, in gst_play_kb_set_key_handler()
/third_party/glib/glib/
Dgiochannel.h190 guint g_io_add_watch_full (GIOChannel *channel,
Dgiochannel.c640 g_io_add_watch_full (GIOChannel *channel, in g_io_add_watch_full() function
708 return g_io_add_watch_full (channel, G_PRIORITY_DEFAULT, condition, func, user_data, NULL); in g_io_add_watch()
Dgtester.c417 …child_report_cb_id = g_io_add_watch_full (ioc_report, G_PRIORITY_DEFAULT - 1, G_IO_IN | G_IO_ERR |… in launch_test_binary()
/third_party/glib/tests/
Dgio-test.c319 g_io_add_watch_full (my_read_channel, in main()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1266 g_io_add_watch_full
/third_party/glib/
DNEWS10799 324234 Using g_io_add_watch_full() to wait for connect() to return...