/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-source.c | 344 oss->open_device = device; in gst_oss4_source_open() 349 oss->open_device, &oss->device_name)) { in gst_oss4_source_open() 433 g_free (oss->open_device); in gst_oss4_source_close() 434 oss->open_device = NULL; in gst_oss4_source_close() 507 g_strerror (errno), oss->open_device)); in gst_oss4_source_read() 513 ("read: %s (device: %s)", g_strerror (errno), oss->open_device)); in gst_oss4_source_read()
|
D | oss4-sink.c | 464 oss->open_device = device; in gst_oss4_sink_open() 469 oss->open_device, &oss->device_name)) { in gst_oss4_sink_open() 571 g_free (oss->open_device); in gst_oss4_sink_close() 572 oss->open_device = NULL; in gst_oss4_sink_close() 650 g_strerror (errno), oss->open_device)); in gst_oss4_sink_write() 656 ("write: %s (device: %s)", g_strerror (errno), oss->open_device)); in gst_oss4_sink_write()
|
D | oss4-source.h | 42 gchar * open_device; /* the device we opened */ member
|
D | oss4-sink.h | 43 gchar * open_device; /* the device we opened */ member
|
/third_party/eudev/src/udev/ |
D | udev-builtin-keyboard.c | 178 static int open_device(const char *devnode) { in open_device() function 232 fd = open_device(node); in builtin_keyboard() 249 fd = open_device(node); in builtin_keyboard()
|
/third_party/ltp/testcases/kernel/input/ |
D | input_helper.h | 25 int open_device(void);
|
D | input04.c | 84 fd2 = open_device(); in setup()
|
D | input02.c | 55 fd2 = open_device(); in main()
|
D | input05.c | 91 fd2 = open_device(); in setup()
|
D | input01.c | 85 fd2 = open_device(); in setup()
|
D | input06.c | 92 fd2 = open_device(); in setup()
|
D | input_helper.c | 72 int open_device(void) in open_device() function
|
/third_party/e2fsprogs/misc/ |
D | e2freefrag.c | 363 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function 436 open_device(device_name, &fs); in do_freefrag()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioringbuffer.h | 248 gboolean (*open_device) (GstAudioRingBuffer *buf); member
|
D | gstaudiosrc.c | 154 gstringbuffer_class->open_device = in gst_audio_src_ring_buffer_class_init()
|
D | gstaudiosink.c | 168 gstringbuffer_class->open_device = in gst_audio_sink_ring_buffer_class_init()
|
D | gstaudioringbuffer.c | 468 if (G_LIKELY (rclass->open_device)) in gst_audio_ring_buffer_open_device() 469 res = rclass->open_device (buf); in gst_audio_ring_buffer_open_device()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudioringbuffer.c | 99 gstringbuffer_class->open_device = in gst_osx_audio_ring_buffer_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioringbuffer.cpp | 92 ring_buffer_class->open_device = in gst_asio_ring_buffer_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/jack/ |
D | gstjackaudiosrc.c | 185 gstringbuffer_class->open_device = in gst_jack_ring_buffer_class_init()
|
D | gstjackaudiosink.c | 166 gstringbuffer_class->open_device = in gst_jack_ring_buffer_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/opensles/ |
D | openslesringbuffer.c | 1043 gstringbuffer_class->open_device = in gst_opensles_ringbuffer_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2ringbuffer.cpp | 211 ring_buffer_class->open_device = in gst_wasapi2_ring_buffer_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 232 gstringbuffer_class->open_device = in gst_pulseringbuffer_class_init()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 565 - panfrost: Ensure open_device has pandecode initialized
|