Searched refs:seqp (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 821 static int snd_seq_open_conf(snd_seq_t **seqp, const char *name, in snd_seq_open_conf() argument 918 err = open_func(seqp, name, seq_root, seq_conf, streams, mode); in snd_seq_open_conf() 922 (*seqp)->dl_handle = h; in snd_seq_open_conf() 927 static int snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, in snd_seq_open_noupdate() argument 939 err = snd_seq_open_conf(seqp, name, root, seq_conf, streams, mode); in snd_seq_open_noupdate() 948 * \param seqp Pointer to a snd_seq_t pointer. This pointer must be 974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open() argument 980 assert(seqp && name); in snd_seq_open() 990 err = snd_seq_open_noupdate(seqp, top, name, streams, mode, 0); in snd_seq_open() 998 * \param seqp Pointe 1010 snd_seq_open_lconf(snd_seq_t **seqp, const char *name, int streams, int mode, snd_config_t *lconf) snd_seq_open_lconf() argument 1018 _snd_seq_open_lconf(snd_seq_t **seqp, const char *name, int streams, int mode, snd_config_t *lconf, snd_config_t *parent_conf) _snd_seq_open_lconf() argument [all...] |
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_virt.c | 55 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 36 milliseconds