/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
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 */ 216 #define snd_timer_params_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_params_t *) alloca(snd_timer_params_sizeof()); memset(*ptr, 0, snd_timer_params_sizeof()); } while (0) 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) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
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 */ 216 #define snd_timer_params_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_params_t *) alloca(snd_timer_params_sizeof()); memset(*ptr, 0, snd_timer_params_sizeof()); } while (0) 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) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
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 */ 216 #define snd_timer_params_alloca(ptr) do { assert(ptr); *ptr = (snd_timer_params_t *) alloca(snd_timer_params_sizeof()); memset(*ptr, 0, snd_timer_params_sizeof()); } while (0) 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) [all...] |