HomeSort by relevance Sort by last modified time
    Searched full:snd_timer_status_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 59 typedef struct _snd_timer_status snd_timer_status_t; typedef in typeref:struct:_snd_timer_status
159 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
235 /** allocate #snd_timer_status_t container on stack */
236 #define snd_timer_status_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_status_t *) alloca(snd_timer_status_sizeof()); memset(*ptr, 0, snd_timer_status_sizeof()); } while (0)
237 int snd_timer_status_malloc(snd_timer_status_t **ptr);
238 void snd_timer_status_free(snd_timer_status_t *obj);
239 void snd_timer_status_copy(snd_timer_status_t *dst, const snd_timer_status_t *src);
241 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
242 long snd_timer_status_get_resolution(snd_timer_status_t * status)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 59 typedef struct _snd_timer_status snd_timer_status_t; typedef in typeref:struct:_snd_timer_status
159 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
235 /** allocate #snd_timer_status_t container on stack */
236 #define snd_timer_status_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_status_t *) alloca(snd_timer_status_sizeof()); memset(*ptr, 0, snd_timer_status_sizeof()); } while (0)
237 int snd_timer_status_malloc(snd_timer_status_t **ptr);
238 void snd_timer_status_free(snd_timer_status_t *obj);
239 void snd_timer_status_copy(snd_timer_status_t *dst, const snd_timer_status_t *src);
241 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
242 long snd_timer_status_get_resolution(snd_timer_status_t * status)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 59 typedef struct _snd_timer_status snd_timer_status_t; typedef in typeref:struct:_snd_timer_status
159 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
235 /** allocate #snd_timer_status_t container on stack */
236 #define snd_timer_status_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_status_t *) alloca(snd_timer_status_sizeof()); memset(*ptr, 0, snd_timer_status_sizeof()); } while (0)
237 int snd_timer_status_malloc(snd_timer_status_t **ptr);
238 void snd_timer_status_free(snd_timer_status_t *obj);
239 void snd_timer_status_copy(snd_timer_status_t *dst, const snd_timer_status_t *src);
241 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
242 long snd_timer_status_get_resolution(snd_timer_status_t * status)
    [all...]

Completed in 75 milliseconds