HomeSort by relevance Sort by last modified time
    Searched defs:overruns (Results 1 - 25 of 45) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
2-1.c 8 * Test that timer_getoverrun() returns the number of overruns that
37 int overruns; local
82 overruns = timer_getoverrun(tid);
83 if (EXPECTEDOVERRUNS == overruns) {
88 printf("FAIL: %d overruns sent; expected %d\n",
89 overruns, EXPECTEDOVERRUNS);
2-2.c 8 * Test that timer_getoverrun() returns the number of overruns that
21 * [First signal made it. All others were overruns.]
41 int overruns; local
101 overruns = timer_getoverrun(tid);
102 if (overruns > EXPECTEDOVERRUNS - 5) {
106 printf("FAIL: %d overruns sent; expected %d\n",
107 overruns, EXPECTEDOVERRUNS);
1-1.c 45 int overruns; local
110 overruns = timer_getoverrun(tid);
111 printf("Total overruns: %d\n", overruns);
2-3.c 10 * Test that timer_getoverrun() returns the number of overruns that
25 * [First signal made it. All others were overruns.]
55 int overruns; local
101 "expected overruns = %d\n", 1, intervalnsec, expectedoverruns);
142 overruns = timer_getoverrun(tid);
143 printf("%d overruns occurred\n", overruns);
150 if (overruns >= expectedoverruns && overruns < expectedoverruns + fudge) {
155 printf("FAIL: %d overruns sent; expected %d\n"
    [all...]
  /frameworks/av/media/libnbaio/include/
AudioStreamInSource.h 43 virtual int64_t overruns() { (void) framesOverrun(); return mOverruns; } function in class:android::AudioStreamInSource
PipeReader.h 44 virtual int64_t overruns() { return mOverruns; } function in class:android::PipeReader
NBAIO.h 249 // Number of overruns since construction, where a set of contiguous lost frames is one event.
251 virtual int64_t overruns() /*const*/ { return 0; } function in class:android::NBAIO_Source
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
4-3.c 63 int flags = 0, overruns; local
115 overruns = timer_getoverrun(tid);
116 if (overruns == EXPECTEDOVERRUNS) {
120 overruns);
  /bionic/libc/kernel/uapi/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /development/ndk/platforms/android-21/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /external/kernel-headers/original/uapi/linux/
cyclades.h 90 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
cyclades.h 37 unsigned long overruns; member in struct:cyclades_idle_stats

Completed in 363 milliseconds

1 2