Searched refs:g_weak_ref_init (Results 1 – 25 of 32) sorted by relevance
12
/third_party/glib/gobject/tests/ |
D | reference.c | 468 g_weak_ref_init (&weak2, NULL); in test_weak_ref() 472 g_weak_ref_init (&weak3, NULL); in test_weak_ref() 482 g_weak_ref_init (&weak, obj); in test_weak_ref() 483 g_weak_ref_init (dynamic_weak, obj); in test_weak_ref()
|
D | threadtests.c | 281 g_weak_ref_init (&weak, data.strong); in test_threaded_weak_ref()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 48 g_weak_ref_init (&this->qt_context_ref_, NULL); in GstQSGTexture()
|
D | qtitem.cc | 114 g_weak_ref_init (&priv->sink, NULL); in QtGLVideoItem()
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstproxycontrolbinding.c | 41 g_weak_ref_init (&self->ref_object, NULL); in gst_proxy_control_binding_init()
|
/third_party/glib/gobject/ |
D | gbinding.c | 997 g_weak_ref_init (&binding->context->binding, binding); in g_binding_init() 998 g_weak_ref_init (&binding->context->source, NULL); in g_binding_init() 999 g_weak_ref_init (&binding->context->target, NULL); in g_binding_init()
|
D | gobject.h | 911 void g_weak_ref_init (GWeakRef *weak_ref,
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | transportstream.c | 293 g_weak_ref_init (&ssrc_item->rtpjitterbuffer, NULL); in ssrcmap_item_new()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontrolbinding.c | 118 g_weak_ref_init (&binding->ABI.abi.priv->object, NULL); in gst_control_binding_init()
|
D | gstclock.c | 157 g_weak_ref_init (&weakref->clock, clock); in gst_clock_weak_ref_new()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfsourceobject.c | 114 g_weak_ref_init (&self->client, NULL); in gst_mf_source_object_init()
|
D | gstmftransform.cpp | 190 g_weak_ref_init (&client_, NULL); in GstMFTransformAsyncCallback()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstmmdeviceenumerator.cpp | 208 g_weak_ref_init (&enumerator_, nullptr); in GstIMMNotificationClient()
|
/third_party/glib/gio/ |
D | gsettingsbackend.c | 246 g_weak_ref_init (&watch->target, target); in g_settings_backend_watch()
|
D | glocalfilemonitor.c | 664 g_weak_ref_init (&fms->instance_ref, instance); in g_file_monitor_source_new()
|
D | giomodule.c | 1027 g_weak_ref_init (impl_weak_ref, impl); in _g_io_module_get_default()
|
D | gdbusobjectmanagerclient.c | 1349 g_weak_ref_init (weak_ref, object); in weak_ref_new()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkdeviceprovider.c | 410 g_weak_ref_init (ref, device); in device_context_probe()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstbasewidget.c | 521 g_weak_ref_init (&widget->element, NULL); in gtk_gst_base_widget_init()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 321 g_weak_ref_init
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldisplay.c | 956 g_weak_ref_init (ref, context); in gst_gl_display_add_context()
|
D | gstglwindow.c | 182 g_weak_ref_init (&window->context_ref, NULL); in gst_gl_window_init()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2client.cpp | 75 g_weak_ref_init (&listener_, nullptr); in GstWasapiDeviceActivator()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.c | 3516 g_weak_ref_init (&sq->mqueue, mqueue); in gst_single_queue_new() 3546 g_weak_ref_init (&sq->sinkpad, sinkpad); in gst_single_queue_new() 3568 g_weak_ref_init (&sq->srcpad, srcpad); in gst_single_queue_new()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 940 g_weak_ref_init (&srcpad->otherpad, stream->sinkpad); in gst_stream_synchronizer_new_pad()
|
12