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

  /device/samsung/crespo/alsa-lib/include/
seq.h 205 typedef struct _snd_seq_port_info snd_seq_port_info_t; typedef in typeref:struct:_snd_seq_port_info
262 /** allocate a #snd_seq_port_info_t container on stack */
265 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr);
266 void snd_seq_port_info_free(snd_seq_port_info_t *ptr);
267 void snd_seq_port_info_copy(snd_seq_port_info_t *dst, const snd_seq_port_info_t *src);
269 int snd_seq_port_info_get_client(const snd_seq_port_info_t *info);
270 int snd_seq_port_info_get_port(const snd_seq_port_info_t *info);
271 const snd_seq_addr_t *snd_seq_port_info_get_addr(const snd_seq_port_info_t *info);
272 const char *snd_seq_port_info_get_name(const snd_seq_port_info_t *info)
    [all...]
  /device/samsung/crespo/alsa-lib/src/seq/
seq_local.h 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);
70 int (*query_next_port)(snd_seq_t *seq, snd_seq_port_info_t *info);
seq.c 81 with the appropirate port attribute specified in #snd_seq_port_info_t
    [all...]
seq_hw.c 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 *seq, snd_seq_port_info_t * info)
374 static int snd_seq_hw_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info)
seqmid.c 76 snd_seq_port_info_t pinfo;
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 77 static int check_permission(snd_seq_port_info_t *pinfo, int perm)
139 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count);
144 snd_seq_port_info_t *pinfo;
166 snd_seq_port_info_t *pinfo, int count)
181 snd_seq_port_info_t *pinfo, int count)
192 snd_seq_port_info_t *pinfo, int count)
203 snd_seq_port_info_t *port;
225 snd_seq_port_info_t *port;
  /device/samsung/crespo/alsa-lib/test/
seq.c 87 snd_seq_port_info_t *info;
seq-decoder.c 263 snd_seq_port_info_t *pinfo;
seq-sender.c 146 snd_seq_port_info_t *pinfo;
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
aplaymidi.c 159 snd_seq_port_info_t *pinfo;
809 snd_seq_port_info_t *pinfo;
arecordmidi.c 306 snd_seq_port_info_t *pinfo;
646 snd_seq_port_info_t *pinfo;
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 303 snd_seq_port_info_t *pinfo;

Completed in 241 milliseconds