Searched refs:readi (Results 1 - 16 of 16) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 361 .readi = snd_pcm_null_readi,
|
H A D | pcm_mmap_emul.c | 395 .readi = snd_pcm_generic_readi,
|
H A D | pcm_hooks.c | 194 .readi = snd_pcm_generic_readi,
|
H A D | pcm_local.h | 182 snd_pcm_sframes_t (*readi)(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); /* need own locking */ member 662 if (!pcm->fast_ops->readi) in _snd_pcm_readi() 664 return pcm->fast_ops->readi(pcm->fast_op_arg, buffer, size); in _snd_pcm_readi()
|
H A D | pcm_plugin.c | 680 .readi = snd_pcm_plugin_readi,
|
H A D | pcm_dsnoop.c | 503 .readi = snd_pcm_mmap_readi,
|
H A D | pcm_shm.c | 628 .readi = snd_pcm_mmap_readi,
|
H A D | pcm_dshare.c | 631 .readi = snd_pcm_dshare_readi,
|
H A D | pcm_hw.c | 44 //#define DEBUG_RW /* use to debug readi/writei/readn/writen */ 1562 .readi = snd_pcm_hw_readi, 1593 .readi = snd_pcm_hw_readi,
|
H A D | pcm_dmix.c | 935 .readi = snd_pcm_dmix_readi,
|
H A D | pcm_meter.c | 546 .readi = snd_pcm_mmap_readi,
|
H A D | pcm_ioplug.c | 949 .readi = snd_pcm_ioplug_readi,
|
H A D | pcm_file.c | 867 .readi = snd_pcm_file_readi,
|
H A D | pcm_multi.c | 1040 .readi = snd_pcm_mmap_readi,
|
H A D | pcm_rate.c | 1328 .readi = snd_pcm_mmap_readi,
|
H A D | pcm_share.c | 1350 .readi = snd_pcm_mmap_readi,
|
Completed in 25 milliseconds