HomeSort by relevance Sort by last modified time
    Searched refs:snd_timer_t (Results 1 - 9 of 9) sorted by null

  /device/samsung/crespo/alsa-lib/src/timer/
timer_local.h 29 int (*close)(snd_timer_t *timer);
30 int (*nonblock)(snd_timer_t *timer, int nonblock);
31 int (*async)(snd_timer_t *timer, int sig, pid_t pid);
32 int (*info)(snd_timer_t *timer, snd_timer_info_t *info);
33 int (*params)(snd_timer_t *timer, snd_timer_params_t *params);
34 int (*status)(snd_timer_t *timer, snd_timer_status_t *status);
35 int (*rt_start)(snd_timer_t *timer);
36 int (*rt_stop)(snd_timer_t *timer);
37 int (*rt_continue)(snd_timer_t *timer);
38 ssize_t (*read)(snd_timer_t *timer, void *buffer, size_t size)
    [all...]
timer_hw.c 48 static int snd_timer_hw_close(snd_timer_t *handle)
50 snd_timer_t *tmr = handle;
59 static int snd_timer_hw_nonblock(snd_timer_t *timer, int nonblock)
74 static int snd_timer_hw_async(snd_timer_t *timer, int sig, pid_t pid)
106 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info)
108 snd_timer_t *tmr;
118 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params)
120 snd_timer_t *tmr;
130 static int snd_timer_hw_status(snd_timer_t *handle, snd_timer_status_t * status)
132 snd_timer_t *tmr
    [all...]
timer.c 79 static int snd_timer_open_conf(snd_timer_t **timer,
90 int (*open_func)(snd_timer_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL;
183 static int snd_timer_open_noupdate(snd_timer_t **timer, snd_config_t *root, const char *name, int mode)
207 int snd_timer_open(snd_timer_t **timer, const char *name, int mode)
228 int snd_timer_open_lconf(snd_timer_t **timer, const char *name,
243 int snd_timer_close(snd_timer_t *timer)
267 const char *snd_timer_name(snd_timer_t *timer)
280 snd_timer_type_t snd_timer_type(snd_timer_t *timer)
296 int snd_async_add_timer_handler(snd_async_handler_t **handler, snd_timer_t *timer,
326 snd_timer_t *snd_async_handler_get_timer(snd_async_handler_t *handler
    [all...]
timer_query_hw.c 113 tmr = (snd_timer_query_t *) calloc(1, sizeof(snd_timer_t));
  /device/samsung/crespo/alsa-lib/include/
timer.h 137 typedef struct _snd_timer snd_timer_t; typedef in typeref:struct:_snd_timer
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)
    [all...]
local.h 146 snd_timer_t *timer;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.h 151 snd_timer_t *timer; /* timer used as poll_fd */
293 int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid);
pcm_hw.c 100 snd_timer_t *period_timer;
    [all...]
  /device/samsung/crespo/alsa-lib/test/
timer.c 59 snd_timer_t *handle = snd_async_handler_get_timer(ahandler);
81 snd_timer_t *handle;

Completed in 39 milliseconds