Home
last modified time | relevance | path

Searched refs:SND_TIMER_OPEN_NONBLOCK (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/timer/
H A Dtimer_query_hw.c94 if (mode & SND_TIMER_OPEN_NONBLOCK) in snd_timer_query_hw_open()
H A Dtimer.c44 Timer devices can be opened in two ways. When #SND_TIMER_OPEN_NONBLOCK flag
46 resources are occupied with another application. When #SND_TIMER_OPEN_NONBLOCK
412 timer->mode |= SND_TIMER_OPEN_NONBLOCK; in snd_timer_nonblock()
414 timer->mode &= ~SND_TIMER_OPEN_NONBLOCK; in snd_timer_nonblock()
H A Dtimer_hw.c229 if (mode & SND_TIMER_OPEN_NONBLOCK) in snd_timer_hw_open()
/third_party/alsa-lib/include/
H A Dtimer.h122 #define SND_TIMER_OPEN_NONBLOCK (1<<0) macro
/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/pcm/
H A Dpcm_direct.c1490 SND_TIMER_OPEN_NONBLOCK | SND_TIMER_OPEN_TREAD);
1494 SND_TIMER_OPEN_NONBLOCK);
H A Dpcm_hw.c444 SND_TIMER_OPEN_NONBLOCK | SND_TIMER_OPEN_TREAD); in snd_pcm_hw_change_timer()
451 SND_TIMER_OPEN_NONBLOCK); in snd_pcm_hw_change_timer()

Completed in 9 milliseconds