Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/toolutil/
DBUILD50 name = "writesrc",
52 hdrs = ["writesrc.h"],
53 srcs = ["writesrc.cpp"],
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dsources.txt23 writesrc.cpp
/third_party/icu/icu4c/source/tools/toolutil/
Dsources.txt23 writesrc.cpp
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3719 GSource *writesrc; member
4012 if (watch->writesrc) { in gst_rtsp_source_dispatch_write()
4014 g_source_remove_child_source ((GSource *) watch, watch->writesrc); in gst_rtsp_source_dispatch_write()
4015 g_source_unref (watch->writesrc); in gst_rtsp_source_dispatch_write()
4016 watch->writesrc = NULL; in gst_rtsp_source_dispatch_write()
4290 if (watch->writesrc) in gst_rtsp_source_finalize()
4291 g_source_unref (watch->writesrc); in gst_rtsp_source_finalize()
4373 if (watch->writesrc) { in gst_rtsp_watch_reset()
4374 g_source_remove_child_source ((GSource *) watch, watch->writesrc); in gst_rtsp_watch_reset()
4375 g_source_unref (watch->writesrc); in gst_rtsp_watch_reset()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
DMakefile.in61 ucbuf.o xmlparser.o writesrc.o \
/third_party/icu/icu4c/source/
DBUILD.gn316 "//third_party/icu/icu4c/source/tools/toolutil/writesrc.cpp",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party17256 FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.cpp
17257 FILE: ../../../third_party/icu/source/tools/toolutil/writesrc.h
/third_party/gstreamer/gstplugins_base/
DChangeLog66418 rtspconnection: Protect readsrc, writesrc and controllsrc with a mutex
66419 Fixes a crash when controlsrc, readsrc or writesrc are modified from
72159 rtspconnection: Only create writesrc when it is actually needed
72161 a leak of it's child sources. That is why we create writesrc right