Searched refs:my_port (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/test/ |
D | playmidi1.c | 80 static int my_port = 0; variable 224 snd_seq_ev_set_source(ev, my_port); in set_event_header() 521 my_port = snd_seq_create_simple_port(seq_handle, "Port 0", in main() 525 if (my_port < 0) { in main() 554 tmp = snd_seq_connect_to(seq_handle, my_port, dest_client, dest_port); in main() 562 tmp = snd_seq_connect_from(seq_handle, my_port, in main()
|
/third_party/alsa-lib/include/ |
D | seqmid.h | 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);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 51896 __u16 my_port; member
|