Home
last modified time | relevance | path

Searched refs:snd_timer_ginfo_t (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h49 typedef struct _snd_timer_ginfo snd_timer_ginfo_t; typedef
146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info);
186 /** allocate #snd_timer_ginfo_t container on stack */
188 int snd_timer_ginfo_malloc(snd_timer_ginfo_t **ptr);
189 void snd_timer_ginfo_free(snd_timer_ginfo_t *obj);
190 void snd_timer_ginfo_copy(snd_timer_ginfo_t *dst, const snd_timer_ginfo_t *src);
192 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid);
193 snd_timer_id_t *snd_timer_ginfo_get_tid(snd_timer_ginfo_t *obj);
194 unsigned int snd_timer_ginfo_get_flags(snd_timer_ginfo_t *ob
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c229 * \brief get size of the snd_timer_ginfo_t structure in bytes
230 * \return size of the snd_timer_ginfo_t structure in bytes
234 return sizeof(snd_timer_ginfo_t); in snd_timer_ginfo_sizeof()
238 * \brief allocate a new snd_timer_ginfo_t structure
245 int snd_timer_ginfo_malloc(snd_timer_ginfo_t **info) in snd_timer_ginfo_malloc()
248 *info = calloc(1, sizeof(snd_timer_ginfo_t)); in snd_timer_ginfo_malloc()
255 * \brief frees the snd_timer_ginfo_t structure
256 * \param info pointer to the snd_timer_ginfo_t structure to free
261 void snd_timer_ginfo_free(snd_timer_ginfo_t *info) in snd_timer_ginfo_free()
272 void snd_timer_ginfo_copy(snd_timer_ginfo_t *ds
[all...]
H A Dtimer_local.h55 int (*info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info);
82 int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info);
H A Dtimer_query_hw.c51 static int snd_timer_query_hw_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info) in snd_timer_query_hw_info()

Completed in 3 milliseconds