Home
last modified time | relevance | path

Searched refs:snd_timer_query_open (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode);
/third_party/alsa-lib/test/
H A Dtimer.c118 if ((err = snd_timer_query_open(&qhandle, "hw", 0)) < 0) { in main()
119 fprintf(stderr, "snd_timer_query_open error: %s\n", snd_strerror(err)); in main()
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c160 int snd_timer_query_open(snd_timer_query_t **timer, const char *name, int mode) in snd_timer_query_open() function

Completed in 2 milliseconds