Home
last modified time | relevance | path

Searched defs:stream_name (Results 1 – 15 of 15) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.c551 ntfschar **stream_name) in ntfs_fuse_parse_path()
590 ntfschar *stream_name; in ntfs_macfuse_getxtimes() local
812 ntfschar *stream_name; in ntfs_fuse_getattr() local
1136 ntfschar *stream_name; in ntfs_fuse_readlink() local
1475 ntfschar *stream_name; in ntfs_fuse_open() local
1563 ntfschar *stream_name; in ntfs_fuse_read() local
1654 ntfschar *stream_name; in ntfs_fuse_write() local
1729 ntfschar *stream_name; in ntfs_fuse_release() local
1816 ntfschar *stream_name; in ntfs_fuse_trunc() local
2070 ntfschar *stream_name; in ntfs_fuse_create() local
[all …]
/third_party/ffmpeg/libavdevice/
Dpulse_audio_enc.c40 const char *stream_name; member
453 const char *stream_name = s->stream_name; in pulse_write_header() local
Dpulse_audio_dec.c43 char *stream_name; member
/third_party/pulseaudio/src/pulse/
Dsimple.c142 const char *stream_name, in pa_simple_new()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c370 char *stream_name = pa_sprintf_malloc(_("Tunnel for %s@%s"), username, hostname); in on_sink_created() local
Dmodule-tunnel-source-new.c354 char *stream_name = pa_sprintf_malloc(_("Tunnel for %s@%s"), username, hostname); in on_source_created() local
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c7029 ntfschar *stream_name, int stream_name_len,
7073 int ntfs_attr_data_write(ntfs_inode *ni, ntfschar *stream_name,
7116 int ntfs_attr_shrink_size(ntfs_inode *ni, ntfschar *stream_name,
/third_party/googletest/googletest/src/
Dgtest-port.cc1152 static void CaptureStream(int fd, const char* stream_name, in CaptureStream()
/third_party/node/deps/googletest/src/
Dgtest-port.cc1177 static void CaptureStream(int fd, const char* stream_name, in CaptureStream()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc1163 static void CaptureStream(int fd, const char* stream_name, in CaptureStream()
/third_party/alsa-lib/include/
Dtopology.h1068 const char *stream_name; /*!< link stream name, used to match */ member
/third_party/pulseaudio/src/utils/
Dpadsp.c496 static const char *stream_name(void) { in stream_name() function
/third_party/python/Lib/test/support/
D__init__.py683 def captured_output(stream_name): argument
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h550 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */ member
/third_party/python/Lib/test/
Dtest_io.py4341 def check_daemon_threads_shutdown_deadlock(self, stream_name): argument