Home
last modified time | relevance | path

Searched refs:snd_seq_system_info_t (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
H A Dseq.h95 typedef struct _snd_seq_system_info snd_seq_system_info_t; typedef
98 /** allocate a #snd_seq_system_info_t container on stack */
101 int snd_seq_system_info_malloc(snd_seq_system_info_t **ptr);
102 void snd_seq_system_info_free(snd_seq_system_info_t *ptr);
103 void snd_seq_system_info_copy(snd_seq_system_info_t *dst, const snd_seq_system_info_t *src);
105 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info);
106 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info);
107 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info);
108 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *inf
[all...]
/third_party/alsa-lib/src/seq/
H A Dseq.c1291 * \brief Get size of #snd_seq_system_info_t
1296 return sizeof(snd_seq_system_info_t); in snd_seq_system_info_sizeof()
1300 * \brief Allocate an empty #snd_seq_system_info_t using standard malloc
1304 int snd_seq_system_info_malloc(snd_seq_system_info_t **ptr) in snd_seq_system_info_malloc()
1307 *ptr = calloc(1, sizeof(snd_seq_system_info_t)); in snd_seq_system_info_malloc()
1314 * \brief Frees a previously allocated #snd_seq_system_info_t
1317 void snd_seq_system_info_free(snd_seq_system_info_t *obj) in snd_seq_system_info_free()
1323 * \brief Copy one #snd_seq_system_info_t to another
1327 void snd_seq_system_info_copy(snd_seq_system_info_t *dst, const snd_seq_system_info_t *sr
[all...]
H A Dseq_local.h41 int (*system_info)(snd_seq_t *seq, snd_seq_system_info_t * info);
H A Dseq_hw.c86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_hw_system_info()
/third_party/alsa-lib/test/
H A Dseq.c42 snd_seq_system_info_t *sysinfo; in system_info()

Completed in 6 milliseconds