Home
last modified time | relevance | path

Searched refs:snd_timer_t (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-lib/src/timer/
H A Dtimer_local.h28 int (*close)(snd_timer_t *timer);
29 int (*nonblock)(snd_timer_t *timer, int nonblock);
30 int (*async)(snd_timer_t *timer, int sig, pid_t pid);
31 int (*info)(snd_timer_t *timer, snd_timer_info_t *info);
32 int (*params)(snd_timer_t *timer, snd_timer_params_t *params);
33 int (*status)(snd_timer_t *timer, snd_timer_status_t *status);
34 int (*rt_start)(snd_timer_t *timer);
35 int (*rt_stop)(snd_timer_t *timer);
36 int (*rt_continue)(snd_timer_t *timer);
37 ssize_t (*read)(snd_timer_t *time
[all...]
H A Dtimer_hw.c41 static int snd_timer_hw_close(snd_timer_t *handle) in snd_timer_hw_close()
43 snd_timer_t *tmr = handle; in snd_timer_hw_close()
52 static int snd_timer_hw_nonblock(snd_timer_t *timer, int nonblock) in snd_timer_hw_nonblock()
67 static int snd_timer_hw_async(snd_timer_t *timer, int sig, pid_t pid) in snd_timer_hw_async()
101 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info) in snd_timer_hw_info()
103 snd_timer_t *tmr; in snd_timer_hw_info()
113 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params) in snd_timer_hw_params()
115 snd_timer_t *tmr; in snd_timer_hw_params()
125 static int snd_timer_hw_status(snd_timer_t *handle, snd_timer_status_t * status) in snd_timer_hw_status()
127 snd_timer_t *tm in snd_timer_hw_status()
[all...]
H A Dtimer.c74 static int snd_timer_open_conf(snd_timer_t **timer, in snd_timer_open_conf()
85 int (*open_func)(snd_timer_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_timer_open_conf()
178 static int snd_timer_open_noupdate(snd_timer_t **timer, snd_config_t *root, const char *name, int mode) in snd_timer_open_noupdate()
202 int snd_timer_open(snd_timer_t **timer, const char *name, int mode) in snd_timer_open()
233 int snd_timer_open_lconf(snd_timer_t **timer, const char *name, in snd_timer_open_lconf()
248 int snd_timer_close(snd_timer_t *timer) in snd_timer_close()
272 const char *snd_timer_name(snd_timer_t *timer) in snd_timer_name()
285 snd_timer_type_t snd_timer_type(snd_timer_t *timer) in snd_timer_type()
301 int snd_async_add_timer_handler(snd_async_handler_t **handler, snd_timer_t *timer, in snd_async_add_timer_handler()
331 snd_timer_t *snd_async_handler_get_time
[all...]
/third_party/alsa-lib/include/
H A Dtimer.h139 typedef struct _snd_timer snd_timer_t; typedef
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 *handl
[all...]
H A Dlocal.h235 snd_timer_t *timer;
/third_party/alsa-lib/test/
H A Dtimer.c60 snd_timer_t *handle = snd_async_handler_get_timer(ahandler); in async_callback()
82 snd_timer_t *handle; in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.h166 snd_timer_t *timer; /* timer used as poll_fd */
355 int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid);
H A Dpcm_hw.c105 snd_timer_t *period_timer;

Completed in 11 milliseconds