Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dtimer.h59 typedef struct _snd_timer_status snd_timer_status_t; typedef
161 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
237 /** allocate #snd_timer_status_t container on stack */
239 int snd_timer_status_malloc(snd_timer_status_t **ptr);
240 void snd_timer_status_free(snd_timer_status_t *obj);
241 void snd_timer_status_copy(snd_timer_status_t *dst, const snd_timer_status_t *src);
243 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
244 long snd_timer_status_get_resolution(snd_timer_status_t * status);
245 long snd_timer_status_get_lost(snd_timer_status_t * statu
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer.c786 * \brief get size of the snd_timer_status_t structure in bytes
787 * \return size of the snd_timer_status_t structure in bytes
791 return sizeof(snd_timer_status_t); in snd_timer_status_sizeof()
795 * \brief allocate a new snd_timer_status_t structure
799 * Allocates a new snd_timer_status_t structure using the standard
802 int snd_timer_status_malloc(snd_timer_status_t **status) in snd_timer_status_malloc()
805 *status = calloc(1, sizeof(snd_timer_status_t)); in snd_timer_status_malloc()
812 * \brief frees the snd_timer_status_t structure
813 * \param status pointer to the snd_timer_status_t structure to free
815 * Frees the given snd_timer_status_t structur
[all...]
H A Dtimer_local.h33 int (*status)(snd_timer_t *timer, snd_timer_status_t *status);
H A Dtimer_hw.c125 static int snd_timer_hw_status(snd_timer_t *handle, snd_timer_status_t * status) in snd_timer_hw_status()
/third_party/alsa-lib/test/
H A Dtimer.c11 snd_timer_status_t *status; in show_status()

Completed in 3 milliseconds