Searched refs:snd_timer_open (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | timer.h | 150 int snd_timer_open(snd_timer_t **handle, const char *name, int mode);
|
/third_party/alsa-lib/test/ |
H A D | timer.c | 141 if ((err = snd_timer_open(&handle, timername, SND_TIMER_OPEN_NONBLOCK))<0) { in main()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 202 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 D | pcm_direct.c | 1489 ret = snd_timer_open(&dmix->timer, name, 1493 ret = snd_timer_open(&dmix->timer, name,
|
Completed in 5 milliseconds