Searched defs:hw_ptr (Results 1 – 14 of 14) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_mmap.c | 52 snd_pcm_sframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_backward() local 61 snd_pcm_uframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_forward() local
|
D | pcm_plugin.h | 47 snd_pcm_uframes_t appl_ptr, hw_ptr; member
|
D | pcm_share.c | 90 snd_pcm_uframes_t hw_ptr; member 110 snd_pcm_uframes_t hw_ptr; member 380 snd_pcm_uframes_t hw_ptr; in snd_pcm_share_thread() local 434 snd_pcm_uframes_t hw_ptr; in _snd_pcm_share_update() local
|
D | pcm_mmap_emul.c | 45 snd_pcm_uframes_t hw_ptr; member
|
D | pcm_ioplug.c | 1256 const snd_pcm_uframes_t hw_ptr, in snd_pcm_ioplug_avail() 1271 const snd_pcm_uframes_t hw_ptr, in snd_pcm_ioplug_hw_avail()
|
D | pcm_null.c | 44 snd_pcm_uframes_t hw_ptr; member
|
D | pcm_dsnoop.c | 105 snd_pcm_uframes_t hw_ptr = dsnoop->hw_ptr; in snd_pcm_dsnoop_sync_area() local
|
D | pcm_local.h | 493 const snd_pcm_uframes_t hw_ptr, in __snd_pcm_playback_avail() 518 const snd_pcm_uframes_t hw_ptr, in __snd_pcm_capture_avail() 534 const snd_pcm_uframes_t hw_ptr, in __snd_pcm_avail()
|
D | pcm_multi.c | 57 snd_pcm_uframes_t appl_ptr, hw_ptr; member 408 snd_pcm_uframes_t hw_ptr = 0, slave_hw_ptr, avail, last_avail; in snd_pcm_multi_hwptr_update() local
|
D | pcm_direct.h | 144 snd_pcm_uframes_t hw_ptr; member
|
D | pcm_rate.c | 53 snd_pcm_uframes_t appl_ptr, hw_ptr, last_slave_hw_ptr; member
|
D | pcm.c | 7731 volatile snd_pcm_uframes_t *hw_ptr, int fd, off_t offset) in snd_pcm_set_ptr() 7741 void snd_pcm_set_hw_ptr(snd_pcm_t *pcm, volatile snd_pcm_uframes_t *hw_ptr, int fd, off_t offset) in snd_pcm_set_hw_ptr()
|
/third_party/alsa-lib/include/ |
D | pcm_ioplug.h | 115 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 479 snd_pcm_uframes_t hw_ptr; /* hw ptr */ member 521 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member 562 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member
|