/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_ioplug.h | 131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io); 135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io, 190 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
|
pcm.h | 292 typedef long snd_pcm_sframes_t; typedef 428 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp); 430 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm); 431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); 434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size); 435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); 436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size); [all...] |
pcm_extplug.h | 128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
|
pcm_old.h | 109 snd_pcm_sframes_t snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, int *dir); 168 snd_pcm_sframes_t snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params);
|
/external/qemu/android/config/ |
check-alsa.c | 46 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_avail_update,(snd_pcm_t *pcm)) \ 48 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \ 49 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)) \
|
/external/qemu/audio/ |
alsaaudio.c | 78 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_avail_update,(snd_pcm_t *pcm)) \ 80 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \ 81 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)) \ 760 static snd_pcm_sframes_t alsa_get_avail (snd_pcm_t *handle) 762 snd_pcm_sframes_t avail; 792 snd_pcm_sframes_t written; 849 snd_pcm_sframes_t avail; 1062 snd_pcm_sframes_t avail; 1117 snd_pcm_sframes_t nread; [all...] |
/bionic/libc/kernel/common/sound/ |
asound.h | 100 typedef signed long snd_pcm_sframes_t; typedef 375 snd_pcm_sframes_t delay; 416 snd_pcm_sframes_t result; 422 snd_pcm_sframes_t result; 445 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) [all...] |
/external/kernel-headers/original/sound/ |
asound.h | 144 typedef signed long snd_pcm_sframes_t; typedef 399 snd_pcm_sframes_t delay; /* current delay in frames */ 437 snd_pcm_sframes_t result; 443 snd_pcm_sframes_t result; 463 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t) [all...] |
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 132 volatile snd_pcm_sframes_t hw_ptr; 288 static snd_pcm_sframes_t bluetooth_pointer(snd_pcm_ioplug_t *io) 845 static snd_pcm_sframes_t bluetooth_hsp_read(snd_pcm_ioplug_t *io, 903 static snd_pcm_sframes_t bluetooth_hsp_write(snd_pcm_ioplug_t *io, 909 snd_pcm_sframes_t ret = 0; 961 static snd_pcm_sframes_t bluetooth_a2dp_read(snd_pcm_ioplug_t *io, 1003 static snd_pcm_sframes_t bluetooth_a2dp_write(snd_pcm_ioplug_t *io, 1009 snd_pcm_sframes_t ret = 0; 1145 snd_pcm_sframes_t *delayp) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 66 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size); 80 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_hw_params_get_period_size))(const snd_pcm_hw_params_t *params); 483 { snd_pcm_sframes_t bufsize; int fragments;
|