Home
last modified time | relevance | path

Searched refs:snd_pcm_wait (Results 1 - 10 of 10) sorted by relevance

/third_party/alsa-utils/bat/
H A Dalsa.c317 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 Daudio_time.c355 frames = snd_pcm_wait(handle_c, -1); in main()
357 printf("snd_pcm_wait failed: %s\n", snd_strerror(frames)); in main()
H A Dlatency.c791 snd_pcm_wait(chandle, 1000); in main()
H A Dpcm.c646 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 Dxfer-libasound.c316 // 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 Daplay.c2172 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 Dpcm_shm.c499 snd_pcm_wait(pcm, SND_PCM_WAIT_DRAIN); in snd_pcm_shm_drain()
H A Dpcm_share.c1197 snd_pcm_wait(pcm, SND_PCM_WAIT_DRAIN); in snd_pcm_share_drain()
H A Dpcm.c228 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 Dpcm.h511 /** 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 25 milliseconds