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/
H A Dseq.h125 typedef struct _snd_seq_client_info snd_seq_client_info_t; typedef
141 /** allocate a #snd_seq_client_info_t container on stack */
144 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr);
145 void snd_seq_client_info_free(snd_seq_client_info_t *ptr);
146 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *src);
148 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info);
149 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info);
150 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info);
151 int snd_seq_client_info_get_broadcast_filter(const snd_seq_client_info_t *inf
[all...]
/third_party/alsa-lib/src/seq/
H A Dseq.c1432 * \brief get size of #snd_seq_client_info_t
1437 return sizeof(snd_seq_client_info_t); in snd_seq_client_info_sizeof()
1441 * \brief allocate an empty #snd_seq_client_info_t using standard malloc
1445 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr) in snd_seq_client_info_malloc()
1448 *ptr = calloc(1, sizeof(snd_seq_client_info_t)); in snd_seq_client_info_malloc()
1455 * \brief frees a previously allocated #snd_seq_client_info_t
1458 void snd_seq_client_info_free(snd_seq_client_info_t *obj) in snd_seq_client_info_free()
1464 * \brief copy one #snd_seq_client_info_t to another
1468 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *sr
[all...]
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);
71 int (*query_next_client)(snd_seq_t *seq, snd_seq_client_info_t *info);
H A Dseqmid.c228 snd_seq_client_info_t info; in snd_seq_set_client_name()
247 snd_seq_client_info_t info; in snd_seq_set_client_event_filter()
266 snd_seq_client_info_t info; in snd_seq_set_client_midi_version()
285 snd_seq_client_info_t info; in snd_seq_set_client_ump_conversion()
467 snd_seq_client_info_t cinfo; in snd_seq_parse_address()
H A Dseq_hw.c96 static void update_midi_version(snd_seq_t *seq, snd_seq_client_info_t *info) in update_midi_version()
110 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()
124 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()
429 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-lib/test/
H A 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()
H A Dseq.c117 snd_seq_client_info_t *info; in show_client_info()
/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c162 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count);
166 snd_seq_client_info_t *cinfo; in do_search_port()
197 snd_seq_client_info_t *cinfo, in print_port()
240 static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port_and_subs()
252 snd_seq_client_info_t *info ATTRIBUTE_UNUSED, in remove_connection()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c627 snd_seq_client_info_t *cinfo; in list_ports()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c664 snd_seq_client_info_t *cinfo; in list_ports()
H A Daplaymidi.c919 snd_seq_client_info_t *cinfo; in list_ports()

Completed in 13 milliseconds