Searched refs:snd_pcm_wait (Results 1 – 11 of 11) sorted by relevance
/third_party/alsa-utils/bat/ |
D | alsa.c | 315 snd_pcm_wait(sndpcm->handle, 500); in write_to_pcm() 519 snd_pcm_wait(sndpcm->handle, 500); in read_from_pcm()
|
/third_party/alsa-lib/test/ |
D | audio_time.c | 352 frames = snd_pcm_wait(handle_c, -1); in main()
|
D | latency.c | 657 snd_pcm_wait(chandle, 1000); in main()
|
D | pcm.c | 640 err = snd_pcm_wait(handle, -1); in direct_loop()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 2121 snd_pcm_wait(handle, 100); in pcm_write() 2169 snd_pcm_wait(handle, 100); in pcm_writev() 2215 snd_pcm_wait(handle, 100); in pcm_read() 2262 snd_pcm_wait(handle, 100); in pcm_readv()
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound.c | 363 count = snd_pcm_wait(state->handle, timeout_msec); in xfer_libasound_wait_event()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_shm.c | 498 snd_pcm_wait(pcm, -1); in snd_pcm_shm_drain()
|
D | pcm_share.c | 1188 snd_pcm_wait(pcm, -1); in snd_pcm_share_drain()
|
D | pcm.c | 2844 int snd_pcm_wait(snd_pcm_t *pcm, int timeout) in snd_pcm_wait() function
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsasink.c | 1066 err = snd_pcm_wait (alsa->handle, (4 * alsa->period_time / 1000)); in gst_alsasink_write()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 554 int snd_pcm_wait(snd_pcm_t *pcm, int timeout);
|