Home
last modified time | relevance | path

Searched defs:close_slave (Results 1 – 19 of 19) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_generic.h24 int close_slave; member
Dpcm_copy.c184 int snd_pcm_copy_open(snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int close_slave) in snd_pcm_copy_open()
Dpcm_mmap_emul.c408 snd_pcm_t *slave, int close_slave) in __snd_pcm_mmap_emul_open()
Dpcm_alaw.c424 …en(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_alaw_open()
Dpcm_mulaw.c438 …en(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_mulaw_open()
Dpcm_hooks.c216 int snd_pcm_hooks_open(snd_pcm_t **pcmp, const char *name, snd_pcm_t *slave, int close_slave) in snd_pcm_hooks_open()
Dpcm_linear.c428 …en(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_linear_open()
Dpcm_lfloat.c383 …en(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_lfloat_open()
Dpcm_adpcm.c551 …en(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_adpcm_open()
Dpcm_iec958.c566 snd_pcm_t *slave, int close_slave, in snd_pcm_iec958_open()
Dpcm_softvol.c920 snd_pcm_t *slave, int close_slave) in snd_pcm_softvol_open()
Dpcm_plug.c1113 snd_pcm_t *slave, int close_slave) in snd_pcm_plug_open()
Dpcm_file.c901 const char *fmt, int perm, snd_pcm_t *slave, int close_slave, in snd_pcm_file_open()
Dpcm_meter.c568 snd_pcm_t *slave, int close_slave) in snd_pcm_meter_open()
Dpcm_rate.c1464 snd_pcm_t *slave, int close_slave) in snd_pcm_rate_open()
Dpcm_multi.c47 int close_slave; member
Dpcm_route.c1021 snd_pcm_t *slave, int close_slave) in snd_pcm_route_open()
Dpcm_ladspa.c1591 snd_pcm_t *slave, int close_slave) in snd_pcm_ladspa_open()
/third_party/ffmpeg/libavformat/
Dtee.c121 static int close_slave(TeeSlave *tee_slave) in close_slave() function