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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 31 unsigned int hw_io; /* Ring buffer hw pointer */ member in struct:snd_pcm_indirect
95 int bytes = ptr - rec->hw_io;
98 rec->hw_io = ptr;
161 int bytes = ptr - rec->hw_io;
164 rec->hw_io = ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 31 unsigned int hw_io; /* Ring buffer hw pointer */ member in struct:snd_pcm_indirect
95 int bytes = ptr - rec->hw_io;
98 rec->hw_io = ptr;
161 int bytes = ptr - rec->hw_io;
164 rec->hw_io = ptr;

Completed in 52 milliseconds