HomeSort by relevance Sort by last modified time
    Searched refs:snd_pcm_sframes_t (Results 1 - 9 of 9) sorted by null

  /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 77 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_avail_update,(snd_pcm_t *pcm)) \
79 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \
80 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size)) \
576 static snd_pcm_sframes_t alsa_get_avail (snd_pcm_t *handle)
578 snd_pcm_sframes_t avail;
605 snd_pcm_sframes_t avail;
624 snd_pcm_sframes_t written;
859 snd_pcm_sframes_t avail;
892 snd_pcm_sframes_t nread;
  /device/samsung/crespo/libaudio/
asound.h 89 typedef signed long snd_pcm_sframes_t; typedef
334 snd_pcm_sframes_t delay;
372 snd_pcm_sframes_t result;
378 snd_pcm_sframes_t result;
398 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 132 volatile snd_pcm_sframes_t hw_ptr;
286 static snd_pcm_sframes_t bluetooth_pointer(snd_pcm_ioplug_t *io)
843 static snd_pcm_sframes_t bluetooth_hsp_read(snd_pcm_ioplug_t *io,
901 static snd_pcm_sframes_t bluetooth_hsp_write(snd_pcm_ioplug_t *io,
907 snd_pcm_sframes_t ret = 0;
959 static snd_pcm_sframes_t bluetooth_a2dp_read(snd_pcm_ioplug_t *io,
1001 static snd_pcm_sframes_t bluetooth_a2dp_write(snd_pcm_ioplug_t *io,
1007 snd_pcm_sframes_t ret = 0;
1139 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;

Completed in 191 milliseconds