Searched refs:sync_ptr_ioctl (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 1608 * \param sync_ptr_ioctl Boolean flag for sync_ptr ioctl 1615 int sync_ptr_ioctl) in snd_pcm_hw_open_fd() 1725 ret = map_status_and_control_data(pcm, !!sync_ptr_ioctl); in snd_pcm_hw_open_fd() 1745 * \param sync_ptr_ioctl Use SYNC_PTR ioctl rather than mmap for control structures 1755 int sync_ptr_ioctl) in snd_pcm_hw_open() 1818 return snd_pcm_hw_open_fd(pcmp, name, fd, sync_ptr_ioctl); in snd_pcm_hw_open() 1846 [sync_ptr_ioctl BOOL] # Use SYNC_PTR ioctl rather than the direct mmap access for control structures 1885 int err, sync_ptr_ioctl = 0; in _snd_pcm_hw_open() local 1929 if (strcmp(id, "sync_ptr_ioctl") == 0) { in _snd_pcm_hw_open() 1933 sync_ptr_ioctl in _snd_pcm_hw_open() 1614 snd_pcm_hw_open_fd(snd_pcm_t **pcmp, const char *name, int fd, int sync_ptr_ioctl) snd_pcm_hw_open_fd() argument 1751 snd_pcm_hw_open(snd_pcm_t **pcmp, const char *name, int card, int device, int subdevice, snd_pcm_stream_t stream, int mode, int mmap_emulation ATTRIBUTE_UNUSED, int sync_ptr_ioctl) snd_pcm_hw_open() argument [all...] |
H A D | pcm_local.h | 1010 int sync_ptr_ioctl);
|
/third_party/alsa-lib/include/ |
H A D | pcm_plugin.h | 72 int mmap_emulation, int sync_ptr_ioctl);
|
Completed in 6 milliseconds