Searched refs:G_SIGNAL_NO_HOOKS (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 539 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 544 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 549 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 554 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 559 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 564 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 569 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 575 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 580 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() 585 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS, 0, NULL, in gst_player_class_init() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststreamcollection.c | 122 G_SIGNAL_NO_HOOKS, G_STRUCT_OFFSET (GstStreamCollectionClass, in gst_stream_collection_class_init()
|
D | gstobject.c | 186 G_SIGNAL_NO_HOOKS, G_STRUCT_OFFSET (GstObjectClass, deep_notify), NULL, in gst_object_class_init()
|
/third_party/glib/gobject/ |
D | gsignal.h | 138 G_SIGNAL_NO_HOOKS = 1 << 6, enumerator
|
D | gobject.c | 552 …G_SIGNAL_RUN_FIRST | G_SIGNAL_NO_RECURSE | G_SIGNAL_DETAILED | G_SIGNAL_NO_HOOKS | G_SIGNAL_ACTION, in g_object_do_class_init()
|
D | gsignal.c | 1071 if (node->flags & G_SIGNAL_NO_HOOKS) in g_signal_add_emission_hook()
|