Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dtimer.c117 if ((err = snd_timer_query_open(&qhandle, "hw", 0)) < 0) { in main()
/third_party/alsa-lib/include/
Dtimer.h142 int snd_timer_query_open(snd_timer_query_t **handle, const char *name, int mode);
/third_party/alsa-lib/src/timer/
Dtimer_query.c160 int snd_timer_query_open(snd_timer_query_t **timer, const char *name, int mode) in snd_timer_query_open() function