Home
last modified time | relevance | path

Searched refs:snd_pcm_avail_update (Results 1 - 14 of 14) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.c402 slave_size = snd_pcm_avail_update(slave); in snd_pcm_plugin_mmap_commit()
481 * The function #snd_pcm_avail_update() in snd_pcm_plugin_sync_hw_ptr_capture()
487 slave_size = snd_pcm_avail_update(slave); in snd_pcm_plugin_sync_hw_ptr_capture()
543 slave_size = snd_pcm_avail_update(slave); in snd_pcm_plugin_avail_update()
563 * snd_pcm_avail_update() in snd_pcm_plugin_status()
612 available = snd_pcm_avail_update(pcm); in snd_pcm_plugin_may_wait_for_avail_min_conv()
H A Dpcm_generic.c270 return snd_pcm_avail_update(generic->slave); in snd_pcm_generic_avail_update()
H A Dpcm_rate.c1004 slave_size = snd_pcm_avail_update(slave); in snd_pcm_rate_sync_playback_area()
1075 slave_size = snd_pcm_avail_update(rate->gen.slave); in snd_pcm_rate_avail_update()
1098 avail1 = snd_pcm_avail_update(pcm); in snd_pcm_rate_htimestamp()
H A Dpcm_share.c350 /* snd_pcm_sframes_t avail = */ snd_pcm_avail_update(slave->pcm); in _snd_pcm_share_slave_missing()
434 /* snd_pcm_sframes_t avail = */ snd_pcm_avail_update(spcm); in _snd_pcm_share_update()
798 avail = snd_pcm_avail_update(slave->pcm); in snd_pcm_share_avail_update()
H A Dpcm_meter.c368 snd_pcm_sframes_t result = snd_pcm_avail_update(meter->gen.slave); in snd_pcm_meter_avail_update()
H A Dpcm_multi.c483 avail = snd_pcm_avail_update(multi->slaves[i].pcm); in snd_pcm_multi_avail_update()
H A Dpcm.c417 The function #snd_pcm_avail_update() updates the current
428 in the ring buffer from hardware and calls #snd_pcm_avail_update() then.
437 so the function #snd_pcm_avail_update() must be called afterwards
506 (e.g. #snd_pcm_avail_update()) are thread-safe and can be called concurrently
1100 * for applications. The function #snd_pcm_avail_update()
1105 * This function is deprecated. Use #snd_pcm_avail_update() instead.
1147 * for applications. The function #snd_pcm_avail_update()
3050 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm) in snd_pcm_avail_update() function
7139 * \brief Get number of frames available from a PCM status container (see #snd_pcm_avail_update)
7388 * It is necessary to call the snd_pcm_avail_update() functio
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c405 avail = snd_pcm_avail_update(handle); in async_callback()
417 avail = snd_pcm_avail_update(handle); in async_callback()
494 avail = snd_pcm_avail_update(handle); in async_direct_callback()
627 avail = snd_pcm_avail_update(handle); in direct_loop()
H A Dpcm-multi-thread.c72 val = snd_pcm_avail_update(pcm); in peeper()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c128 // MEMO: either snd_pcm_avail_update() and snd_pcm_mmap_begin() can in irq_mmap_process_frames()
130 avail = snd_pcm_avail_update(state->handle); in irq_mmap_process_frames()
H A Dxfer-libasound-timer-mmap.c137 avail = snd_pcm_avail_update(state->handle); in timer_mmap_process_frames()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c682 avail = snd_pcm_avail_update(lhandle->handle); in readit()
746 avail = snd_pcm_avail_update(lhandle->handle); in writeit()
/third_party/alsa-lib/aserver/
H A Daserver.c449 ctrl->result = snd_pcm_avail_update(pcm); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h561 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm);

Completed in 29 milliseconds