Searched refs:snd_seq_t (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A 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 *se
[all...]
H A Dseq_hw.c42 static int snd_seq_hw_close(snd_seq_t *seq)
55 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock)
75 static int snd_seq_hw_client_id(snd_seq_t *seq)
86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info)
96 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
106 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
116 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 *se
[all...]
H A Dseqmid.c48 int snd_seq_control_queue(snd_seq_t *seq, int q, int type, int value, snd_seq_event_t *ev)
73 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name,
103 int snd_seq_delete_simple_port(snd_seq_t *seq, int port)
121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port)
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port)
202 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port)
228 int snd_seq_set_client_name(snd_seq_t *seq, const char *name)
247 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type)
266 int snd_seq_set_client_pool_output(snd_seq_t *se
[all...]
H A Dseq.c59 snd_seq_t *open_client()
61 snd_seq_t *handle;
89 int my_new_port(snd_seq_t *handle)
403 int my_queue(snd_seq_t *handle)
455 void set_tempo(snd_seq_t *handle)
469 int change_tempo(snd_seq_t *handle, int q, unsigned int tempo)
615 void capture_keyboard(snd_seq_t *seq)
638 void subscribe_output(snd_seq_t *seq)
654 void subscribe_output(snd_seq_t *seq)
672 void coupling(snd_seq_t *se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq.h47 typedef struct _snd_seq snd_seq_t; typedef in typeref:struct:_snd_seq
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 *lconf);
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 events);
85 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
86 int snd_seq_nonblock(snd_seq_t *handl
[all...]
H A 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 *se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq.c25 void set_name(snd_seq_t *handle)
37 void system_info(snd_seq_t *handle)
52 void show_system_info(snd_seq_t *handle ATTRIBUTE_UNUSED)
60 void show_queue_status(snd_seq_t *handle, int queue)
84 void show_port_info(snd_seq_t *handle, int client, int port)
112 void show_client_info(snd_seq_t *handle, int client)
155 snd_seq_t *handle;
H A Dseq-sender.c68 void event_sender_start_timer(snd_seq_t *handle,
100 void event_sender_filter(snd_seq_t *handle)
110 void send_event(snd_seq_t *handle, int queue, int client, int port,
143 void event_sender(snd_seq_t *handle, int argc, char *argv[])
H A Dqueue_timer.c23 snd_seq_t *handle;
H A Dseq-decoder.c248 void event_decoder_start_timer(snd_seq_t *handle, int queue,
260 void event_decoder(snd_seq_t *handle, int argc, char *argv[])
H A Dplaymidi1.c67 static snd_seq_t *seq_handle = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_local.h58 const char *name, snd_seq_t *seq_handle, int port,
H A 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,
409 snd_seq_t *seq_handle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c192 snd_seq_t *handle;

Completed in 194 milliseconds