Home
last modified time | relevance | path

Searched refs:snd_pcm_mmap_commit (Results 1 - 17 of 17) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.c265 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames); in snd_pcm_plugin_write_areas()
322 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames); in snd_pcm_plugin_read_areas()
425 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames); in snd_pcm_plugin_mmap_commit()
497 result = snd_pcm_mmap_commit(slave, slave_offset, slave_frames); in snd_pcm_plugin_sync_hw_ptr_capture()
H A Dpcm_rate.c802 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, slave_size); in snd_pcm_rate_commit_area()
835 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, cont); in snd_pcm_rate_commit_area()
865 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, cont); in snd_pcm_rate_commit_area()
912 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, rate->gen.slave->period_size); in snd_pcm_rate_grab_next_period()
934 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, cont); in snd_pcm_rate_grab_next_period()
964 result = snd_pcm_mmap_commit(rate->gen.slave, slave_offset, cont); in snd_pcm_rate_grab_next_period()
H A Dpcm_generic.c264 return snd_pcm_mmap_commit(generic->slave, offset, size); in snd_pcm_generic_mmap_commit()
H A Dpcm_mmap_emul.c325 return snd_pcm_mmap_commit(slave, offset, size); in snd_pcm_mmap_emul_mmap_commit()
H A Dpcm_share.c239 err = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), frames); in _snd_pcm_share_missing()
241 SYSMSG("snd_pcm_mmap_commit error"); in _snd_pcm_share_missing()
853 err = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), frames); in _snd_pcm_share_mmap_commit()
855 SYSMSG("snd_pcm_mmap_commit error"); in _snd_pcm_share_mmap_commit()
973 res = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), hw_avail); in snd_pcm_share_start()
H A Dpcm_meter.c355 snd_pcm_sframes_t result = snd_pcm_mmap_commit(meter->gen.slave, offset, size); in snd_pcm_meter_mmap_commit()
H A Dpcm_file.c705 result = snd_pcm_mmap_commit(file->gen.slave, ofs, siz); in snd_pcm_file_mmap_commit()
H A Dpcm_multi.c792 result = snd_pcm_mmap_commit(slave, offset, size); in snd_pcm_multi_mmap_commit()
H A Dpcm.c255 the end of transfer via #snd_pcm_mmap_commit() function
7395 * See the snd_pcm_mmap_commit() function to finish the frame processing in
7471 * must be followed by a call to snd_pcm_mmap_commit().
7499 commitres = snd_pcm_mmap_commit(pcm_handle, offset, frames);
7513 snd_pcm_sframes_t snd_pcm_mmap_commit(snd_pcm_t *pcm, in snd_pcm_mmap_commit() function
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-timer-mmap.c207 consumed_count = snd_pcm_mmap_commit(state->handle, frame_offset, in timer_mmap_process_frames()
366 consumed_count = snd_pcm_mmap_commit(state->handle, frame_offset, in fill_buffer_with_zero_samples()
H A Dxfer-libasound-irq-mmap.c172 consumed_count = snd_pcm_mmap_commit(state->handle, frame_offset, in irq_mmap_process_frames()
/third_party/alsa-lib/test/
H A Dpcm.c529 commitres = snd_pcm_mmap_commit(handle, offset, frames); in async_direct_callback()
573 commitres = snd_pcm_mmap_commit(handle, offset, frames); in async_direct_loop()
669 commitres = snd_pcm_mmap_commit(handle, offset, frames); in direct_loop()
/third_party/alsa-lib/aserver/
H A Daserver.c504 ctrl->result = snd_pcm_mmap_commit(pcm, in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h1138 snd_pcm_sframes_t snd_pcm_mmap_commit(snd_pcm_t *pcm,
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c760 if (PA_UNLIKELY((sframes = snd_pcm_mmap_commit(u->pcm_handle, offset, frames)) < 0)) { in mmap_write()
765 if ((r = try_recover(u, "snd_pcm_mmap_commit", (int) sframes)) == 0) in mmap_write()
H A Dalsa-source.c715 if (PA_UNLIKELY((sframes = snd_pcm_mmap_commit(u->pcm_handle, offset, frames)) < 0)) { in mmap_read()
718 if ((r = try_recover(u, "snd_pcm_mmap_commit", (int) sframes)) == 0) in mmap_read()
/third_party/alsa-utils/aplay/
H A Daplay.c1550 snd_pcm_mmap_commit(handle, offset, 0);

Completed in 44 milliseconds