HomeSort by relevance Sort by last modified time
    Searched refs:my_port (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/test/
playmidi1.c 80 static int my_port = 0; variable
224 snd_seq_ev_set_source(ev, my_port);
521 my_port = snd_seq_create_simple_port(seq_handle, "Port 0",
525 if (my_port < 0) {
554 tmp = snd_seq_connect_to(seq_handle, my_port, dest_client, dest_port);
562 tmp = snd_seq_connect_from(seq_handle, my_port,
  /device/samsung/crespo/alsa-lib/include/
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);

Completed in 43 milliseconds