/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mmap.c | 53 snd_pcm_sframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_backward() local 62 snd_pcm_uframes_t hw_ptr = *pcm->hw.ptr; in snd_pcm_mmap_hw_forward() local [all...] |
H A D | pcm_plugin.h | 47 snd_pcm_uframes_t appl_ptr, hw_ptr; member
|
H A D | pcm_mmap_emul.c | 45 snd_pcm_uframes_t hw_ptr; member [all...] |
H A D | pcm_null.c | 44 snd_pcm_uframes_t hw_ptr; member
|
H A D | pcm_dsnoop.c | 106 snd_pcm_uframes_t hw_ptr = dsnoop->hw_ptr; in snd_pcm_dsnoop_sync_area() local [all...] |
H A D | pcm_direct.h | 144 snd_pcm_uframes_t hw_ptr; member
|
H A D | pcm_ioplug.c | 1255 snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) snd_pcm_ioplug_avail() argument 1270 snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) snd_pcm_ioplug_hw_avail() argument
|
H A D | pcm_multi.c | 57 snd_pcm_uframes_t appl_ptr, hw_ptr; member 418 snd_pcm_uframes_t hw_ptr = 0, slave_hw_ptr, avail, last_avail; in snd_pcm_multi_hwptr_update() local [all...] |
H A D | pcm_share.c | 90 snd_pcm_uframes_t hw_ptr; member 110 snd_pcm_uframes_t hw_ptr; member 389 snd_pcm_uframes_t hw_ptr; in snd_pcm_share_thread() local 443 snd_pcm_uframes_t hw_ptr; _snd_pcm_share_update() local [all...] |
H A D | pcm_direct.c | 2128 snd_pcm_direct_reset_slave_ptr(snd_pcm_t *pcm, snd_pcm_direct_t *dmix, snd_pcm_uframes_t hw_ptr) global() argument
|
H A D | pcm_rate.c | 52 snd_pcm_uframes_t appl_ptr, hw_ptr, last_slave_hw_ptr; member [all...] |
H A D | pcm_local.h | 500 __snd_pcm_playback_avail(snd_pcm_t *pcm, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) __snd_pcm_playback_avail() argument 525 __snd_pcm_capture_avail(snd_pcm_t *pcm, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) __snd_pcm_capture_avail() argument 541 __snd_pcm_avail(snd_pcm_t *pcm, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) __snd_pcm_avail() argument
|
H A D | pcm.c | 7923 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() argument 7912 snd_pcm_set_ptr(snd_pcm_t *pcm, snd_pcm_rbptr_t *rbptr, volatile snd_pcm_uframes_t *hw_ptr, int fd, off_t offset) snd_pcm_set_ptr() argument
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 115 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 486 snd_pcm_uframes_t hw_ptr; /* hw ptr */ member 528 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member 569 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member
|