Searched refs:snd_pcm_wait (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-utils/bat/ |
H A D | alsa.c | 317 snd_pcm_wait(sndpcm->handle, 500); in write_to_pcm() 521 snd_pcm_wait(sndpcm->handle, 500); in read_from_pcm()
|
/third_party/alsa-lib/test/ |
H A D | audio_time.c | 355 frames = snd_pcm_wait(handle_c, -1); in main() 357 printf("snd_pcm_wait failed: %s\n", snd_strerror(frames)); in main()
|
H A D | latency.c | 791 snd_pcm_wait(chandle, 1000); in main()
|
H A D | pcm.c | 646 err = snd_pcm_wait(handle, -1); in direct_loop() 649 printf("snd_pcm_wait error: %s\n", snd_strerror(err)); in direct_loop()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.c | 316 // Nothing to do for dafault waiter (=snd_pcm_wait()). in prepare_waiter() 363 count = snd_pcm_wait(state->handle, timeout_msec); in xfer_libasound_wait_event()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 2172 snd_pcm_wait(handle, 100); 2220 snd_pcm_wait(handle, 100); 2266 snd_pcm_wait(handle, 100); 2313 snd_pcm_wait(handle, 100);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 499 snd_pcm_wait(pcm, SND_PCM_WAIT_DRAIN); in snd_pcm_shm_drain()
|
H A D | pcm_share.c | 1197 snd_pcm_wait(pcm, SND_PCM_WAIT_DRAIN); in snd_pcm_share_drain()
|
H A D | pcm.c | 228 list, we should note that #snd_pcm_wait() function contains 2903 int snd_pcm_wait(snd_pcm_t *pcm, int timeout) in snd_pcm_wait() function 2961 * like snd_pcm_wait() but doesn't check mmap_avail before calling poll() 2991 SNDMSG("invalid snd_pcm_wait timeout argument %d", timeout); in snd_pcm_wait_nocheck() 3018 printf("*** snd_pcm_wait() FATAL ERROR!!!\n"); in snd_pcm_wait_nocheck()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 511 /** Infinite wait for snd_pcm_wait() */ 513 /** Wait for next i/o in snd_pcm_wait() */ 515 /** Wait for drain in snd_pcm_wait() */ 571 int snd_pcm_wait(snd_pcm_t *pcm, int timeout);
|
Completed in 26 milliseconds