HomeSort by relevance Sort by last modified time
    Searched defs:snd_seq_t (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 47 typedef struct _snd_seq snd_seq_t; typedef in typeref:struct:_snd_seq
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
89 const char *snd_seq_name(snd_seq_t *seq);
90 snd_seq_type_t snd_seq_type(snd_seq_t *seq);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 47 typedef struct _snd_seq snd_seq_t; typedef in typeref:struct:_snd_seq
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
89 const char *snd_seq_name(snd_seq_t *seq);
90 snd_seq_type_t snd_seq_type(snd_seq_t *seq);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 47 typedef struct _snd_seq snd_seq_t; typedef in typeref:struct:_snd_seq
87 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
88 int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
89 const char *snd_seq_name(snd_seq_t *seq);
90 snd_seq_type_t snd_seq_type(snd_seq_t *seq);
91 int snd_seq_close(snd_seq_t *handle);
92 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
93 int snd_seq_poll_descriptors(snd_seq_t *handle, struct pollfd *pfds, unsigned int space, short events);
94 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
95 int snd_seq_nonblock(snd_seq_t *handle, int nonblock)
    [all...]

Completed in 48 milliseconds