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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
389 snd_pcm_sframes_t delay; /* current delay in frames */
427 snd_pcm_sframes_t result;
433 snd_pcm_sframes_t result;
447 SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
389 snd_pcm_sframes_t delay; /* current delay in frames */
427 snd_pcm_sframes_t result;
433 snd_pcm_sframes_t result;
447 SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
    [all...]

Completed in 283 milliseconds