Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dtimer.h150 int snd_timer_open(snd_timer_t **handle, const char *name, int mode);
/third_party/alsa-lib/test/
H A Dtimer.c141 if ((err = snd_timer_open(&handle, timername, SND_TIMER_OPEN_NONBLOCK))<0) { in main()
/third_party/alsa-lib/src/timer/
H A Dtimer.c202 int snd_timer_open(snd_timer_t **timer, const char *name, int mode) in snd_timer_open() function
270 * identifier specified in snd_timer_open().
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1489 ret = snd_timer_open(&dmix->timer, name,
1493 ret = snd_timer_open(&dmix->timer, name,

Completed in 5 milliseconds