Home | History | Annotate | Download | only in alsa

Lines Matching full:snd_timer_t

137 typedef struct _snd_timer snd_timer_t;
148 int snd_timer_open(snd_timer_t **handle, const char *name, int mode);
149 int snd_timer_open_lconf(snd_timer_t **handle, const char *name, int mode, snd_config_t *lconf);
150 int snd_timer_close(snd_timer_t *handle);
151 int snd_async_add_timer_handler(snd_async_handler_t **handler, snd_timer_t *timer,
153 snd_timer_t *snd_async_handler_get_timer(snd_async_handler_t *handler);
154 int snd_timer_poll_descriptors_count(snd_timer_t *handle);
155 int snd_timer_poll_descriptors(snd_timer_t *handle, struct pollfd *pfds, unsigned int space);
156 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
157 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
158 int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
159 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
160 int snd_timer_start(snd_timer_t *handle);
161 int snd_timer_stop(snd_timer_t *handle);
162 int snd_timer_continue(snd_timer_t *handle);
163 ssize_t snd_timer_read(snd_timer_t *handle, void *buffer, size_t size);