Home
last modified time | relevance | path

Searched refs:snd_timer_open (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/test/
Dtimer.c140 if ((err = snd_timer_open(&handle, timername, SND_TIMER_OPEN_NONBLOCK))<0) { in main()
/third_party/alsa-lib/include/
Dtimer.h150 int snd_timer_open(snd_timer_t **handle, const char *name, int mode);
/third_party/alsa-lib/src/timer/
Dtimer.c202 int snd_timer_open(snd_timer_t **timer, const char *name, int mode) in snd_timer_open() function
/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1436 ret = snd_timer_open(&dmix->timer, name,
1440 ret = snd_timer_open(&dmix->timer, name,