/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
timer.h | 137 typedef struct _snd_timer_query snd_timer_query_t; typedef in typeref:struct:_snd_timer_query 142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode); 143 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf); 144 int snd_timer_query_close(snd_timer_query_t *handle); 145 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid); 146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info); 147 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params); 148 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
timer.h | 137 typedef struct _snd_timer_query snd_timer_query_t; typedef in typeref:struct:_snd_timer_query 142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode); 143 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf); 144 int snd_timer_query_close(snd_timer_query_t *handle); 145 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid); 146 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info); 147 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params); 148 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status);
|