Home
last modified time | relevance | path

Searched refs:snd_timer_params_t (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h57 typedef struct _snd_timer_params snd_timer_params_t; typedef
160 int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
217 /** allocate #snd_timer_params_t container on stack */
219 int snd_timer_params_malloc(snd_timer_params_t **ptr);
220 void snd_timer_params_free(snd_timer_params_t *obj);
221 void snd_timer_params_copy(snd_timer_params_t *dst, const snd_timer_params_t *src);
223 int snd_timer_params_set_auto_start(snd_timer_params_t * params, int auto_start);
224 int snd_timer_params_get_auto_start(snd_timer_params_t * params);
225 int snd_timer_params_set_exclusive(snd_timer_params_t * param
[all...]
/third_party/alsa-lib/src/timer/
H A Dtimer.c559 * \brief get size of the snd_timer_params_t structure in bytes
560 * \return size of the snd_timer_params_t structure in bytes
564 return sizeof(snd_timer_params_t); in snd_timer_params_sizeof()
568 * \brief allocate a new snd_timer_params_t structure
572 * Allocates a new snd_timer_params_t structure using the standard
575 int snd_timer_params_malloc(snd_timer_params_t **params) in snd_timer_params_malloc()
578 *params = calloc(1, sizeof(snd_timer_params_t)); in snd_timer_params_malloc()
585 * \brief frees the snd_timer_params_t structure
586 * \param params pointer to the snd_timer_params_t structure to free
588 * Frees the given snd_timer_params_t structur
[all...]
H A Dtimer_local.h32 int (*params)(snd_timer_t *timer, snd_timer_params_t *params);
78 int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusive);
79 int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params);
80 void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int filter);
81 unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params);
H A Dtimer_hw.c113 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params) in snd_timer_hw_params()
/third_party/alsa-lib/test/
H A Dtimer.c85 snd_timer_params_t *params; in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1656 snd_timer_params_t params = {0};
H A Dpcm_hw.c434 snd_timer_params_t params = {0}; in snd_pcm_hw_change_timer()

Completed in 9 milliseconds