Searched refs:snd_seq_client_info_t (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dclient_event_filter.c3 void dump_event_filter(snd_seq_client_info_t *client_info) {
17 snd_seq_client_info_t *client_info;
H A Dseq.c115 snd_seq_client_info_t *info;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h125 typedef struct _snd_seq_client_info snd_seq_client_info_t; typedef in typeref:struct:_snd_seq_client_info
134 /** allocate a #snd_seq_client_info_t container on stack */
137 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr);
138 void snd_seq_client_info_free(snd_seq_client_info_t *ptr);
139 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *src);
141 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info);
142 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info);
143 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info);
144 int snd_seq_client_info_get_broadcast_filter(const snd_seq_client_info_t *inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_local.h42 int (*get_client_info)(snd_seq_t *seq, snd_seq_client_info_t * info);
43 int (*set_client_info)(snd_seq_t *seq, snd_seq_client_info_t * info);
69 int (*query_next_client)(snd_seq_t *seq, snd_seq_client_info_t *info);
H A Dseq.c1413 * \brief get size of #snd_seq_client_info_t
1418 return sizeof(snd_seq_client_info_t);
1422 * \brief allocate an empty #snd_seq_client_info_t using standard malloc
1426 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr)
1429 *ptr = calloc(1, sizeof(snd_seq_client_info_t));
1436 * \brief frees a previously allocated #snd_seq_client_info_t
1439 void snd_seq_client_info_free(snd_seq_client_info_t *obj)
1445 * \brief copy one #snd_seq_client_info_t to another
1449 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *sr
[all...]
H A Dseqmid.c230 snd_seq_client_info_t info;
249 snd_seq_client_info_t info;
418 snd_seq_client_info_t cinfo;
H A Dseq_hw.c96 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
106 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
364 static int snd_seq_hw_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info)

Completed in 51 milliseconds