Home
last modified time | relevance | path

Searched refs:snd_timer_info_t (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h55 typedef struct _snd_timer_info snd_timer_info_t; typedef
159 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
204 /** allocate #snd_timer_info_t container on stack */
206 int snd_timer_info_malloc(snd_timer_info_t **ptr);
207 void snd_timer_info_free(snd_timer_info_t *obj);
208 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src);
210 int snd_timer_info_is_slave(snd_timer_info_t * info);
211 int snd_timer_info_get_card(snd_timer_info_t * info);
212 const char *snd_timer_info_get_id(snd_timer_info_t * inf
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer.c440 * \brief get size of the snd_timer_info_t structure in bytes
441 * \return size of the snd_timer_info_t structure in bytes
445 return sizeof(snd_timer_info_t); in snd_timer_info_sizeof()
449 * \brief allocate a new snd_timer_info_t structure
453 * Allocates a new snd_timer_info_t structure using the standard
456 int snd_timer_info_malloc(snd_timer_info_t **info) in snd_timer_info_malloc()
459 *info = calloc(1, sizeof(snd_timer_info_t)); in snd_timer_info_malloc()
466 * \brief frees the snd_timer_info_t structure
467 * \param info pointer to the snd_timer_info_t structure to free
469 * Frees the given snd_timer_info_t structur
[all...]
H A Dtimer_local.h31 int (*info)(snd_timer_t *timer, snd_timer_info_t *info);
H A Dtimer_hw.c101 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info) in snd_timer_hw_info()
/third_party/alsa-lib/test/
H A Dtimer.c84 snd_timer_info_t *info; in main()

Completed in 4 milliseconds