Home
last modified time | relevance | path

Searched refs:snd_seq_client_info_t (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-lib/include/
Dseq.h125 typedef struct _snd_seq_client_info snd_seq_client_info_t; typedef
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 *info);
145 int snd_seq_client_info_get_error_bounce(const snd_seq_client_info_t *info);
146 int snd_seq_client_info_get_card(const snd_seq_client_info_t *info);
[all …]
/third_party/alsa-lib/src/seq/
Dseq.c1428 return sizeof(snd_seq_client_info_t); in snd_seq_client_info_sizeof()
1436 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr) in snd_seq_client_info_malloc()
1439 *ptr = calloc(1, sizeof(snd_seq_client_info_t)); in snd_seq_client_info_malloc()
1449 void snd_seq_client_info_free(snd_seq_client_info_t *obj) in snd_seq_client_info_free()
1459 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *src) in snd_seq_client_info_copy()
1473 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info) in snd_seq_client_info_get_client()
1489 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info) in snd_seq_client_info_get_type()
1502 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info) in snd_seq_client_info_get_name()
1515 int snd_seq_client_info_get_broadcast_filter(const snd_seq_client_info_t *info) in snd_seq_client_info_get_broadcast_filter()
1528 int snd_seq_client_info_get_error_bounce(const snd_seq_client_info_t *info) in snd_seq_client_info_get_error_bounce()
[all …]
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);
Dseqmid.c230 snd_seq_client_info_t info; in snd_seq_set_client_name()
249 snd_seq_client_info_t info; in snd_seq_set_client_event_filter()
431 snd_seq_client_info_t cinfo; in snd_seq_parse_address()
Dseq_hw.c97 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_get_client_info()
111 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_set_client_info()
369 static int snd_seq_hw_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info) in snd_seq_hw_query_next_client()
/third_party/alsa-utils/seq/aconnect/
Daconnect.c139 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pi…
143 snd_seq_client_info_t *cinfo; in do_search_port()
165 static void print_port(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port()
195 static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port_and_subs()
206 static void remove_connection(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in remove_connection()
/third_party/alsa-lib/test/
Dclient_event_filter.c3 void dump_event_filter(snd_seq_client_info_t *client_info) { in dump_event_filter()
17 snd_seq_client_info_t *client_info; in main()
Dseq.c115 snd_seq_client_info_t *info; in show_client_info()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c302 snd_seq_client_info_t *cinfo; in list_ports()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c813 snd_seq_client_info_t *cinfo; in list_ports()
Darecordmidi.c664 snd_seq_client_info_t *cinfo; in list_ports()