OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_TIMER_OPEN_NONBLOCK
(Results
1 - 7
of
7
) sorted by null
/device/samsung/crespo/alsa-lib/src/timer/
timer_query_hw.c
100
if (mode &
SND_TIMER_OPEN_NONBLOCK
)
timer.c
44
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
407
timer->mode |=
SND_TIMER_OPEN_NONBLOCK
;
409
timer->mode &= ~
SND_TIMER_OPEN_NONBLOCK
;
timer_hw.c
234
if (mode &
SND_TIMER_OPEN_NONBLOCK
)
/device/samsung/crespo/alsa-lib/include/
timer.h
120
#define
SND_TIMER_OPEN_NONBLOCK
(1<<0)
/device/samsung/crespo/alsa-lib/test/
timer.c
140
if ((err = snd_timer_open(&handle, timername,
SND_TIMER_OPEN_NONBLOCK
))<0) {
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c
1108
ret = snd_timer_open(&dmix->timer, name,
SND_TIMER_OPEN_NONBLOCK
| SND_TIMER_OPEN_TREAD);
1111
ret = snd_timer_open(&dmix->timer, name,
SND_TIMER_OPEN_NONBLOCK
);
[
all
...]
pcm_hw.c
367
err = snd_timer_hw_open(&hw->period_timer, "hw-pcm-period-event", SND_TIMER_CLASS_PCM, SND_TIMER_SCLASS_NONE, hw->card, hw->device, hw->subdevice,
SND_TIMER_OPEN_NONBLOCK
| SND_TIMER_OPEN_TREAD);
369
err = snd_timer_hw_open(&hw->period_timer, "hw-pcm-period-event", SND_TIMER_CLASS_PCM, SND_TIMER_SCLASS_NONE, hw->card, hw->device, hw->subdevice,
SND_TIMER_OPEN_NONBLOCK
);
[
all
...]
Completed in 30 milliseconds