HomeSort by relevance Sort by last modified time
    Searched full:snd_timer_query_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 135 typedef struct _snd_timer_query snd_timer_query_t; typedef in typeref:struct:_snd_timer_query
140 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode);
141 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf);
142 int snd_timer_query_close(snd_timer_query_t *handle);
143 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid);
144 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info);
145 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params);
146 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 135 typedef struct _snd_timer_query snd_timer_query_t; typedef in typeref:struct:_snd_timer_query
140 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode);
141 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf);
142 int snd_timer_query_close(snd_timer_query_t *handle);
143 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid);
144 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info);
145 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params);
146 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 135 typedef struct _snd_timer_query snd_timer_query_t; typedef in typeref:struct:_snd_timer_query
140 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode);
141 int snd_timer_query_open_lconf(snd_timer_query_t **handle, const char *name, int mode, snd_config_t *lconf);
142 int snd_timer_query_close(snd_timer_query_t *handle);
143 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid);
144 int snd_timer_query_info(snd_timer_query_t *handle, snd_timer_ginfo_t *info);
145 int snd_timer_query_params(snd_timer_query_t *handle, snd_timer_gparams_t *params);
146 int snd_timer_query_status(snd_timer_query_t *handle, snd_timer_gstatus_t *status);

Completed in 142 milliseconds