Searched refs:snd_seq_port_info_t (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | seq.h | 230 typedef struct _snd_seq_port_info snd_seq_port_info_t; typedef 297 /** allocate a #snd_seq_port_info_t container on stack */ 300 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr); 301 void snd_seq_port_info_free(snd_seq_port_info_t *ptr); 302 void snd_seq_port_info_copy(snd_seq_port_info_t *dst, const snd_seq_port_info_t *src); 304 int snd_seq_port_info_get_client(const snd_seq_port_info_t *info); 305 int snd_seq_port_info_get_port(const snd_seq_port_info_t *info); 306 const snd_seq_addr_t *snd_seq_port_info_get_addr(const snd_seq_port_info_t *info); 307 const char *snd_seq_port_info_get_name(const snd_seq_port_info_t *inf [all...] |
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 81 with the appropriate port attribute specified in #snd_seq_port_info_t 2090 * \brief get size of #snd_seq_port_info_t 2095 return sizeof(snd_seq_port_info_t); in snd_seq_port_info_sizeof() 2099 * \brief allocate an empty #snd_seq_port_info_t using standard malloc 2103 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr) in snd_seq_port_info_malloc() 2106 *ptr = calloc(1, sizeof(snd_seq_port_info_t)); in snd_seq_port_info_malloc() 2113 * \brief frees a previously allocated #snd_seq_port_info_t 2116 void snd_seq_port_info_free(snd_seq_port_info_t *obj) in snd_seq_port_info_free() 2122 * \brief copy one #snd_seq_port_info_t to another 2126 void snd_seq_port_info_copy(snd_seq_port_info_t *ds [all...] |
H A D | seq_local.h | 46 int (*create_port)(snd_seq_t *seq, snd_seq_port_info_t * port); 47 int (*delete_port)(snd_seq_t *seq, snd_seq_port_info_t * port); 48 int (*get_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info); 49 int (*set_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info); 72 int (*query_next_port)(snd_seq_t *seq, snd_seq_port_info_t *info);
|
H A D | seq_hw.c | 181 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_create_port() 191 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_delete_port() 201 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_get_port_info() 211 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_set_port_info() 443 static int snd_seq_hw_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info) in snd_seq_hw_query_next_port()
|
H A D | seqmid.c | 74 snd_seq_port_info_t pinfo; in snd_seq_create_simple_port()
|
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 88 static int check_direction(snd_seq_port_info_t *pinfo, int bit) in check_direction() 97 static int check_permission(snd_seq_port_info_t *pinfo, int perm) in check_permission() 162 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count); 167 snd_seq_port_info_t *pinfo; in do_search_port() 198 snd_seq_port_info_t *pinfo, int count) in print_port() 241 snd_seq_port_info_t *pinfo, int count) in print_port_and_subs() 253 snd_seq_port_info_t *pinfo, in remove_connection() 257 snd_seq_port_info_t *port; in remove_connection()
|
/third_party/alsa-lib/test/ |
H A D | seq.c | 89 snd_seq_port_info_t *info; in show_port_info()
|
H A D | seq-decoder.c | 263 snd_seq_port_info_t *pinfo; in event_decoder()
|
H A D | seq-sender.c | 146 snd_seq_port_info_t *pinfo; in event_sender()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 325 snd_seq_port_info_t *pinfo; in create_ports() 665 snd_seq_port_info_t *pinfo; in list_ports()
|
H A D | aplaymidi.c | 170 snd_seq_port_info_t *pinfo; in create_source_port() 920 snd_seq_port_info_t *pinfo; in list_ports()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 628 snd_seq_port_info_t *pinfo; in list_ports()
|
Completed in 13 milliseconds