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

  /device/samsung/crespo/alsa-lib/include/
timer.h 57 typedef struct _snd_timer_params snd_timer_params_t; typedef in typeref:struct:_snd_timer_params
158 int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
215 /** allocate #snd_timer_params_t container on stack */
217 int snd_timer_params_malloc(snd_timer_params_t **ptr);
218 void snd_timer_params_free(snd_timer_params_t *obj);
219 void snd_timer_params_copy(snd_timer_params_t *dst, const snd_timer_params_t *src);
221 int snd_timer_params_set_auto_start(snd_timer_params_t * params, int auto_start);
222 int snd_timer_params_get_auto_start(snd_timer_params_t * params);
223 int snd_timer_params_set_exclusive(snd_timer_params_t * params, int exclusive)
    [all...]
  /device/samsung/crespo/alsa-lib/src/timer/
timer.c 554 * \brief get size of the snd_timer_params_t structure in bytes
555 * \return size of the snd_timer_params_t structure in bytes
559 return sizeof(snd_timer_params_t);
563 * \brief allocate a new snd_timer_params_t structure
567 * Allocates a new snd_timer_params_t structure using the standard
570 int snd_timer_params_malloc(snd_timer_params_t **params)
573 *params = calloc(1, sizeof(snd_timer_params_t));
580 * \brief frees the snd_timer_params_t structure
581 * \param params pointer to the snd_timer_params_t structure to free
583 * Frees the given snd_timer_params_t structure using the standar
    [all...]
timer_local.h 33 int (*params)(snd_timer_t *timer, snd_timer_params_t *params);
timer_hw.c 118 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params)
  /device/samsung/crespo/alsa-lib/test/
timer.c 84 snd_timer_params_t *params;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c     [all...]
pcm_hw.c 361 snd_timer_params_t *params;
    [all...]

Completed in 17 milliseconds