Home
last modified time | relevance | path

Searched refs:my_port (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/test/
H A Dplaymidi1.c82 static int my_port = 0; variable
226 snd_seq_ev_set_source(ev, my_port); in set_event_header()
523 my_port = snd_seq_create_simple_port(seq_handle, "Port 0", in main()
527 if (my_port < 0) { in main()
556 tmp = snd_seq_connect_to(seq_handle, my_port, dest_client, dest_port); in main()
564 tmp = snd_seq_connect_from(seq_handle, my_port, in main()
/third_party/alsa-lib/include/
H A Dseqmid.h374 int snd_seq_connect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
375 int snd_seq_connect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);
376 int snd_seq_disconnect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
377 int snd_seq_disconnect_to(snd_seq_t *seq, int my_port, int dest_client, int dest_port);

Completed in 2 milliseconds