HomeSort by relevance Sort by last modified time
    Searched full:snd_timer_info_t (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 55 typedef struct _snd_timer_info snd_timer_info_t; typedef in typeref:struct:_snd_timer_info
157 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
202 /** allocate #snd_timer_info_t container on stack */
203 #define snd_timer_info_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_info_t *) alloca(snd_timer_info_sizeof()); memset(*ptr, 0, snd_timer_info_sizeof()); } while (0)
204 int snd_timer_info_malloc(snd_timer_info_t **ptr);
205 void snd_timer_info_free(snd_timer_info_t *obj);
206 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src);
208 int snd_timer_info_is_slave(snd_timer_info_t * info);
209 int snd_timer_info_get_card(snd_timer_info_t * info)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 55 typedef struct _snd_timer_info snd_timer_info_t; typedef in typeref:struct:_snd_timer_info
157 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
202 /** allocate #snd_timer_info_t container on stack */
203 #define snd_timer_info_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_info_t *) alloca(snd_timer_info_sizeof()); memset(*ptr, 0, snd_timer_info_sizeof()); } while (0)
204 int snd_timer_info_malloc(snd_timer_info_t **ptr);
205 void snd_timer_info_free(snd_timer_info_t *obj);
206 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src);
208 int snd_timer_info_is_slave(snd_timer_info_t * info);
209 int snd_timer_info_get_card(snd_timer_info_t * info)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 55 typedef struct _snd_timer_info snd_timer_info_t; typedef in typeref:struct:_snd_timer_info
157 int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
202 /** allocate #snd_timer_info_t container on stack */
203 #define snd_timer_info_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_info_t *) alloca(snd_timer_info_sizeof()); memset(*ptr, 0, snd_timer_info_sizeof()); } while (0)
204 int snd_timer_info_malloc(snd_timer_info_t **ptr);
205 void snd_timer_info_free(snd_timer_info_t *obj);
206 void snd_timer_info_copy(snd_timer_info_t *dst, const snd_timer_info_t *src);
208 int snd_timer_info_is_slave(snd_timer_info_t * info);
209 int snd_timer_info_get_card(snd_timer_info_t * info)
    [all...]

Completed in 169 milliseconds