Searched refs:snd_timer_open (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/test/ |
D | timer.c | 140 if ((err = snd_timer_open(&handle, timername, SND_TIMER_OPEN_NONBLOCK))<0) { in main()
|
/third_party/alsa-lib/include/ |
D | timer.h | 150 int snd_timer_open(snd_timer_t **handle, const char *name, int mode);
|
/third_party/alsa-lib/src/timer/ |
D | timer.c | 202 int snd_timer_open(snd_timer_t **timer, const char *name, int mode) in snd_timer_open() function
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_direct.c | 1436 ret = snd_timer_open(&dmix->timer, name, 1440 ret = snd_timer_open(&dmix->timer, name,
|