Home
last modified time | relevance | path

Searched refs:mmap_rw (Results 1 - 12 of 12) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c654 if (pcm->mmap_rw) in snd_pcm_ioplug_writei()
666 if (pcm->mmap_rw) in snd_pcm_ioplug_writen()
678 if (pcm->mmap_rw) in snd_pcm_ioplug_readi()
690 if (pcm->mmap_rw) in snd_pcm_ioplug_readn()
996 mmap_rw specifies whether the plugin behaves in the pseudo mmap mode.
1001 When poll_fd, poll_events and mmap_rw fields are changed after
1212 ioplug->pcm->mmap_rw = ioplug->mmap_rw; in snd_pcm_ioplug_reinit_status()
1221 * Returns the mmap channel areas if available. When mmap_rw field is not set,
1226 if (ioplug->mmap_rw) in snd_pcm_ioplug_mmap_areas()
[all...]
H A Dpcm_dsnoop.c650 pcm->mmap_rw = 1; in snd_pcm_dsnoop_open()
H A Dpcm_shm.c750 pcm->mmap_rw = 1; in snd_pcm_shm_open()
H A Dpcm_dshare.c797 pcm->mmap_rw = 1; in snd_pcm_dshare_open()
H A Dpcm_dmix.c1093 pcm->mmap_rw = 1; in snd_pcm_dmix_open()
H A Dpcm_meter.c590 pcm->mmap_rw = 1; in snd_pcm_meter_open()
H A Dpcm_local.h238 unsigned int mmap_rw: 1; /* use always mmapped buffer */ member
H A Dpcm_multi.c1141 pcm->mmap_rw = 1; in snd_pcm_multi_open()
H A Dpcm_rate.c1612 pcm->mmap_rw = 1; in snd_pcm_rate_open()
H A Dpcm_share.c1537 pcm->mmap_rw = 1; in snd_pcm_share_open()
H A Dpcm_params.c2453 if (pcm->mmap_rw || in _snd_pcm_hw_params_internal()
/third_party/alsa-lib/include/
H A Dpcm_ioplug.h98 unsigned int mmap_rw; /**< pseudo mmap mode */ member
221 /* update poll_fd and mmap_rw */
224 /* get a mmap area (for mmap_rw only) */

Completed in 27 milliseconds