Searched defs:appl_ptr (Results 1 – 16 of 16) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_mmap.c | 34 snd_pcm_sframes_t appl_ptr = *pcm->appl.ptr; in snd_pcm_mmap_appl_backward() local 43 snd_pcm_uframes_t appl_ptr = *pcm->appl.ptr; in snd_pcm_mmap_appl_forward() local
|
D | pcm_plugin.h | 47 snd_pcm_uframes_t appl_ptr, hw_ptr; member
|
D | pcm_dmix.c | 315 snd_pcm_uframes_t appl_ptr, size, transfer; in snd_pcm_dmix_sync_area() local 698 snd_pcm_uframes_t appl_ptr, size, transfer, result, frames_to_remix; in snd_pcm_dmix_rewind() local
|
D | pcm_mmap_emul.c | 46 snd_pcm_uframes_t appl_ptr; member
|
D | pcm_ioplug.c | 1257 const snd_pcm_uframes_t appl_ptr) in snd_pcm_ioplug_avail() 1272 const snd_pcm_uframes_t appl_ptr) in snd_pcm_ioplug_hw_avail()
|
D | pcm_null.c | 43 snd_pcm_uframes_t appl_ptr; member
|
D | pcm_dshare.c | 111 snd_pcm_uframes_t appl_ptr, size; in snd_pcm_dshare_sync_area() local
|
D | pcm_local.h | 494 const snd_pcm_uframes_t appl_ptr) in __snd_pcm_playback_avail() 519 const snd_pcm_uframes_t appl_ptr) in __snd_pcm_capture_avail() 535 const snd_pcm_uframes_t appl_ptr) in __snd_pcm_avail()
|
D | pcm_rate.c | 53 snd_pcm_uframes_t appl_ptr, hw_ptr, last_slave_hw_ptr; member 988 static int snd_pcm_rate_sync_playback_area(snd_pcm_t *pcm, snd_pcm_uframes_t appl_ptr) in snd_pcm_rate_sync_playback_area()
|
D | pcm_file.c | 78 snd_pcm_uframes_t appl_ptr; member
|
D | pcm_direct.h | 142 snd_pcm_uframes_t appl_ptr; member
|
D | pcm_multi.c | 57 snd_pcm_uframes_t appl_ptr, hw_ptr; member
|
D | pcm_share.c | 111 snd_pcm_uframes_t appl_ptr; member
|
D | pcm.c | 7748 void snd_pcm_set_appl_ptr(snd_pcm_t *pcm, volatile snd_pcm_uframes_t *appl_ptr, int fd, off_t offse… in snd_pcm_set_appl_ptr()
|
/third_party/alsa-lib/include/ |
D | pcm_ioplug.h | 114 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound.h | 478 snd_pcm_uframes_t appl_ptr; /* appl ptr */ member 528 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */ member 572 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */ member
|