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

  /device/samsung/crespo/alsa-lib/test/
client_event_filter.c 3 void dump_event_filter(snd_seq_client_info_t *client_info) {
17 snd_seq_client_info_t *client_info;
seq.c 115 snd_seq_client_info_t *info;
  /device/samsung/crespo/alsa-lib/include/
seq.h 125 typedef struct _snd_seq_client_info snd_seq_client_info_t; typedef in typeref:struct:_snd_seq_client_info
134 /** allocate a #snd_seq_client_info_t container on stack */
137 int snd_seq_client_info_malloc(snd_seq_client_info_t **ptr);
138 void snd_seq_client_info_free(snd_seq_client_info_t *ptr);
139 void snd_seq_client_info_copy(snd_seq_client_info_t *dst, const snd_seq_client_info_t *src);
141 int snd_seq_client_info_get_client(const snd_seq_client_info_t *info);
142 snd_seq_client_type_t snd_seq_client_info_get_type(const snd_seq_client_info_t *info);
143 const char *snd_seq_client_info_get_name(snd_seq_client_info_t *info);
144 int snd_seq_client_info_get_broadcast_filter(const snd_seq_client_info_t *info)
    [all...]
  /device/samsung/crespo/alsa-lib/src/seq/
seq_local.h 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);
69 int (*query_next_client)(snd_seq_t *seq, snd_seq_client_info_t *info);
seq.c     [all...]
seqmid.c 230 snd_seq_client_info_t info;
249 snd_seq_client_info_t info;
409 snd_seq_client_info_t cinfo;
seq_hw.c 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)
364 static int snd_seq_hw_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info)
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 139 typedef void (*action_func_t)(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count);
143 snd_seq_client_info_t *cinfo;
165 static void print_port(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
180 static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
191 static void remove_connection(snd_seq_t *seq, snd_seq_client_info_t *cinfo,
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 302 snd_seq_client_info_t *cinfo;
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
aplaymidi.c 808 snd_seq_client_info_t *cinfo;
arecordmidi.c 645 snd_seq_client_info_t *cinfo;

Completed in 247 milliseconds