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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 107 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 107 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 72 size_t hw_ptr; /* hardware pointer */ member in struct:snd_rawmidi_runtime
vx_core.h 81 int hw_ptr; /* the current hardware pointer in bytes */ member in struct:vx_pipe
asound.h 388 snd_pcm_uframes_t hw_ptr; /* hw ptr */ member in struct:snd_pcm_status
400 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member in struct:snd_pcm_mmap_status
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 107 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h 72 size_t hw_ptr; /* hardware pointer */ member in struct:snd_rawmidi_runtime
vx_core.h 81 int hw_ptr; /* the current hardware pointer in bytes */ member in struct:vx_pipe
asound.h 388 snd_pcm_uframes_t hw_ptr; /* hw ptr */ member in struct:snd_pcm_status
400 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member in struct:snd_pcm_mmap_status
    [all...]
  /external/tinyalsa/
pcm.c 352 snd_pcm_uframes_t hw_ptr; local
369 hw_ptr = pcm->mmap_status->hw_ptr;
371 frames = hw_ptr - pcm->mmap_control->appl_ptr;
373 frames = hw_ptr + pcm->buffer_size - pcm->mmap_control->appl_ptr;
783 avail = pcm->mmap_status->hw_ptr + pcm->buffer_size - pcm->mmap_control->appl_ptr;
795 int avail = pcm->mmap_status->hw_ptr - pcm->mmap_control->appl_ptr;
946 (unsigned int)pcm->mmap_status->hw_ptr,
975 (unsigned int)pcm->mmap_status->hw_ptr,
996 (unsigned int)pcm->mmap_status->hw_ptr,
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 374 snd_pcm_uframes_t hw_ptr; member in struct:snd_pcm_status
387 snd_pcm_uframes_t hw_ptr; member in struct:snd_pcm_mmap_status
    [all...]
  /external/kernel-headers/original/sound/
asound.h 398 snd_pcm_uframes_t hw_ptr; /* hw ptr */ member in struct:snd_pcm_status
410 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ member in struct:snd_pcm_mmap_status
    [all...]

Completed in 310 milliseconds