OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_wait
(Results
1 - 9
of
9
) sorted by null
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_dsnoop.c
305
snd_pcm_wait
(pcm, -1);
pcm_shm.c
498
snd_pcm_wait
(pcm, -1);
pcm.c
223
list, we should note that #
snd_pcm_wait
() function contains
2313
int
snd_pcm_wait
(snd_pcm_t *pcm, int timeout)
function
[
all
...]
pcm_rate.c
1080
if (
snd_pcm_wait
(rate->gen.slave, -1) < 0)
[
all
...]
pcm_share.c
[
all
...]
/device/samsung/crespo/alsa-lib/test/
latency.c
644
snd_pcm_wait
(chandle, 1000);
pcm.c
624
err =
snd_pcm_wait
(handle, -1);
627
printf("
snd_pcm_wait
error: %s\n", snd_strerror(err));
/device/samsung/crespo/alsa-utils/aplay/
aplay.c
[
all
...]
/device/samsung/crespo/alsa-lib/include/
pcm.h
454
int
snd_pcm_wait
(snd_pcm_t *pcm, int timeout);
[
all
...]
Completed in 375 milliseconds