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