Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-source.c344 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()
Doss4-sink.c464 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()
Doss4-source.h42 gchar * open_device; /* the device we opened */ member
Doss4-sink.h43 gchar * open_device; /* the device we opened */ member
/third_party/eudev/src/udev/
Dudev-builtin-keyboard.c178 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/
Dinput_helper.h25 int open_device(void);
Dinput04.c84 fd2 = open_device(); in setup()
Dinput02.c55 fd2 = open_device(); in main()
Dinput05.c91 fd2 = open_device(); in setup()
Dinput01.c85 fd2 = open_device(); in setup()
Dinput06.c92 fd2 = open_device(); in setup()
Dinput_helper.c72 int open_device(void) in open_device() function
/third_party/e2fsprogs/misc/
De2freefrag.c363 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/
Dgstaudioringbuffer.h248 gboolean (*open_device) (GstAudioRingBuffer *buf); member
Dgstaudiosrc.c154 gstringbuffer_class->open_device = in gst_audio_src_ring_buffer_class_init()
Dgstaudiosink.c168 gstringbuffer_class->open_device = in gst_audio_sink_ring_buffer_class_init()
Dgstaudioringbuffer.c468 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/
Dgstosxaudioringbuffer.c99 gstringbuffer_class->open_device = in gst_osx_audio_ring_buffer_class_init()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioringbuffer.cpp92 ring_buffer_class->open_device = in gst_asio_ring_buffer_class_init()
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudiosrc.c185 gstringbuffer_class->open_device = in gst_jack_ring_buffer_class_init()
Dgstjackaudiosink.c166 gstringbuffer_class->open_device = in gst_jack_ring_buffer_class_init()
/third_party/gstreamer/gstplugins_bad/sys/opensles/
Dopenslesringbuffer.c1043 gstringbuffer_class->open_device = in gst_opensles_ringbuffer_class_init()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp211 ring_buffer_class->open_device = in gst_wasapi2_ring_buffer_class_init()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c232 gstringbuffer_class->open_device = in gst_pulseringbuffer_class_init()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst565 - panfrost: Ensure open_device has pandecode initialized

12