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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 209 typedef struct _snd_seq_port_info snd_seq_port_info_t; typedef in typeref:struct:_snd_seq_port_info
266 /** allocate a #snd_seq_port_info_t container on stack */
269 int snd_seq_port_info_malloc(snd_seq_port_info_t **ptr);
270 void snd_seq_port_info_free(snd_seq_port_info_t *ptr);
271 void snd_seq_port_info_copy(snd_seq_port_info_t *dst, const snd_seq_port_info_t *src);
273 int snd_seq_port_info_get_client(const snd_seq_port_info_t *info);
274 int snd_seq_port_info_get_port(const snd_seq_port_info_t *info);
275 const snd_seq_addr_t *snd_seq_port_info_get_addr(const snd_seq_port_info_t *info);
276 const char *snd_seq_port_info_get_name(const snd_seq_port_info_t *info)
    [all...]

Completed in 37 milliseconds