Searched refs:snd_seq_port_info_t (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h205 typedef struct _snd_seq_port_info snd_seq_port_info_t; typedef in typeref:struct:_snd_seq_port_info
262 /** allocate a #snd_seq_port_info_t container on stack */
265 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr);
266 void snd_seq_port_info_free(snd_seq_port_info_t *ptr);
267 void snd_seq_port_info_copy(snd_seq_port_info_t *dst, const snd_seq_port_info_t *src);
269 int snd_seq_port_info_get_client(const snd_seq_port_info_t *info);
270 int snd_seq_port_info_get_port(const snd_seq_port_info_t *info);
271 const snd_seq_addr_t *snd_seq_port_info_get_addr(const snd_seq_port_info_t *info);
272 const char *snd_seq_port_info_get_name(const snd_seq_port_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.h44 int (*create_port)(snd_seq_t *seq, snd_seq_port_info_t * port);
45 int (*delete_port)(snd_seq_t *seq, snd_seq_port_info_t * port);
46 int (*get_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info);
47 int (*set_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info);
70 int (*query_next_port)(snd_seq_t *seq, snd_seq_port_info_t *info);
H A Dseq.c81 with the appropriate port attribute specified in #snd_seq_port_info_t
1823 * \brief get size of #snd_seq_port_info_t
1828 return sizeof(snd_seq_port_info_t);
1832 * \brief allocate an empty #snd_seq_port_info_t using standard malloc
1836 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr)
1839 *ptr = calloc(1, sizeof(snd_seq_port_info_t));
1846 * \brief frees a previously allocated #snd_seq_port_info_t
1849 void snd_seq_port_info_free(snd_seq_port_info_t *obj)
1855 * \brief copy one #snd_seq_port_info_t to another
1859 void snd_seq_port_info_copy(snd_seq_port_info_t *ds
[all...]
H A Dseq_hw.c116 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port)
126 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port)
136 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info)
146 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info)
374 static int snd_seq_hw_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info)
H A Dseqmid.c76 snd_seq_port_info_t pinfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq.c87 snd_seq_port_info_t *info;
H A Dseq-decoder.c263 snd_seq_port_info_t *pinfo;
H A Dseq-sender.c146 snd_seq_port_info_t *pinfo;

Completed in 113 milliseconds