Searched refs:g_io_add_watch_full (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 122 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/ |
D | gst-play-kb.c | 125 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/ |
D | giochannel.h | 190 guint g_io_add_watch_full (GIOChannel *channel,
|
D | giochannel.c | 640 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()
|
D | gtester.c | 417 …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/ |
D | gio-test.c | 319 g_io_add_watch_full (my_read_channel, in main()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1266 g_io_add_watch_full
|
/third_party/glib/ |
D | NEWS | 10799 324234 Using g_io_add_watch_full() to wait for connect() to return...
|