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

  /frameworks/av/include/media/nbaio/
PipeReader.h 44 virtual size_t overruns() { return mOverruns; } function in class:android::PipeReader
AudioStreamInSource.h 42 virtual size_t overruns() { (void) framesOverrun(); return mOverruns; } function in class:android::AudioStreamInSource
NBAIO.h 245 // Number of overruns since construction, where a set of contiguous lost frames is one event.
247 virtual size_t overruns() /*const*/ { return 0; } function in class:android::NBAIO_Source
  /bionic/libc/bionic/
pthread-timers.c 115 int volatile overruns; /* current number of overruns */ member in struct:thr_timer
391 timer->overruns = 0;
555 result = timer->overruns;
609 if (timer->overruns < DELAYTIMER_MAX) {
610 timer->overruns += 1;
619 timer->overruns = 1;
641 // Now clear the overruns counter. it only makes sense
643 timer->overruns = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 394 unsigned long overruns; member in struct:asystats
cyclades.h 90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 394 unsigned long overruns; member in struct:asystats
cyclades.h 90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 394 unsigned long overruns; member in struct:asystats
cyclades.h 90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
  /external/strace/
strace.spec 195 - Fix potential buffer overruns (#151570, #159196).
  /external/iproute2/doc/
ip-cref.tex 507 \item \verb|overrun| --- the total number of receiver overruns resulting
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
    [all...]

Completed in 1417 milliseconds