Home
last modified time | relevance | path

Searched refs:snd_seq_t (Results 1 – 20 of 20) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_local.h39 int (*close)(snd_seq_t *seq);
40 int (*nonblock)(snd_seq_t *seq, int nonblock);
41 int (*system_info)(snd_seq_t *seq, snd_seq_system_info_t * info);
42 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);
44 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);
48 int (*get_port_subscription)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub);
[all …]
Dseq_hw.c43 static int snd_seq_hw_close(snd_seq_t *seq) in snd_seq_hw_close()
56 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock) in snd_seq_hw_nonblock()
76 static int snd_seq_hw_client_id(snd_seq_t *seq) in snd_seq_hw_client_id()
87 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_hw_system_info()
97 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()
121 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_create_port()
131 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_delete_port()
141 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()
151 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()
[all …]
Dseqmid.c48 int snd_seq_control_queue(snd_seq_t *seq, int q, int type, int value, snd_seq_event_t *ev) in snd_seq_control_queue()
73 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name, in snd_seq_create_simple_port()
103 int snd_seq_delete_simple_port(snd_seq_t *seq, int port) in snd_seq_delete_simple_port()
121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from()
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_connect_to()
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from()
202 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_disconnect_to()
228 int snd_seq_set_client_name(snd_seq_t *seq, const char *name) in snd_seq_set_client_name()
247 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type) in snd_seq_set_client_event_filter()
266 int snd_seq_set_client_pool_output(snd_seq_t *seq, size_t size) in snd_seq_set_client_pool_output()
[all …]
Dseq.c800 const char *snd_seq_name(snd_seq_t *seq) in snd_seq_name()
815 snd_seq_type_t snd_seq_type(snd_seq_t *seq) in snd_seq_type()
821 static int snd_seq_open_conf(snd_seq_t **seqp, const char *name, in snd_seq_open_conf()
832 int (*open_func)(snd_seq_t **, const char *, in snd_seq_open_conf()
927 static int snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, in snd_seq_open_noupdate()
974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open()
1010 int snd_seq_open_lconf(snd_seq_t **seqp, const char *name, in snd_seq_open_lconf()
1018 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name, in _snd_seq_open_lconf()
1043 int snd_seq_close(snd_seq_t *seq) in snd_seq_close()
1070 int snd_seq_poll_descriptors_count(snd_seq_t *seq, short events) in snd_seq_poll_descriptors_count()
[all …]
/third_party/alsa-lib/include/
Dseq.h47 typedef struct _snd_seq snd_seq_t; typedef
78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
79 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *l…
80 const char *snd_seq_name(snd_seq_t *seq);
81 snd_seq_type_t snd_seq_type(snd_seq_t *seq);
82 int snd_seq_close(snd_seq_t *handle);
83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
84 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short even…
85 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsign…
86 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
[all …]
Dseqmid.h288 int snd_seq_control_queue(snd_seq_t *seq, int q, int type, int value, snd_seq_event_t *ev);
328 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name,
331 int snd_seq_delete_simple_port(snd_seq_t *seq, int port);
336 int snd_seq_connect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
337 int snd_seq_connect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);
338 int snd_seq_disconnect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
339 int snd_seq_disconnect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);
344 int snd_seq_set_client_name(snd_seq_t *seq, const char *name);
345 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type);
346 int snd_seq_set_client_pool_output(snd_seq_t *seq, size_t size);
[all …]
/third_party/alsa-utils/seq/aconnect/
Daconnect.c99 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *m… in list_each_subs()
127 static void list_subscribers(snd_seq_t *seq, const snd_seq_addr_t *addr) in list_subscribers()
139 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pi…
141 static void do_search_port(snd_seq_t *seq, int perm, action_func_t do_action) 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()
240 static void remove_all_connections(snd_seq_t *seq) in remove_all_connections()
269 snd_seq_t *seq; in main()
/third_party/alsa-lib/test/
Dseq.c25 void set_name(snd_seq_t *handle) in set_name()
37 void system_info(snd_seq_t *handle) in system_info()
52 void show_system_info(snd_seq_t *handle ATTRIBUTE_UNUSED) in show_system_info()
60 void show_queue_status(snd_seq_t *handle, int queue) in show_queue_status()
84 void show_port_info(snd_seq_t *handle, int client, int port) in show_port_info()
112 void show_client_info(snd_seq_t *handle, int client) in show_client_info()
155 snd_seq_t *handle; in main()
Dseq-sender.c68 void event_sender_start_timer(snd_seq_t *handle, in event_sender_start_timer()
100 void event_sender_filter(snd_seq_t *handle) in event_sender_filter()
110 void send_event(snd_seq_t *handle, int queue, int client, int port, in send_event()
143 void event_sender(snd_seq_t *handle, int argc, char *argv[]) in event_sender()
Dseq-decoder.c248 void event_decoder_start_timer(snd_seq_t *handle, int queue, in event_decoder_start_timer()
260 void event_decoder(snd_seq_t *handle, int argc, char *argv[]) in event_decoder()
Dqueue_timer.c23 snd_seq_t *handle; in main()
Dplaymidi1.c67 static snd_seq_t *seq_handle = NULL;
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c42 snd_seq_t *handle;
57 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name,
314 const char *name, snd_seq_t *seq_handle, int port, in snd_rawmidi_virtual_open()
410 snd_seq_t *seq_handle; in _snd_rawmidi_virtual_open()
Drawmidi_local.h61 const char *name, snd_seq_t *seq_handle, int port,
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.h57 snd_seq_t *seq;
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c33 static snd_seq_t *seq;
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c65 static snd_seq_t *handle;
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c66 static snd_seq_t *seq;
Darecordmidi.c64 static snd_seq_t *seq;
/third_party/alsa-lib/aserver/
Daserver.c195 snd_seq_t *handle;