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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/
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...]
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);
  /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);
  /frameworks/av/media/libnbaio/include/media/nbaio/
PipeReader.h 44 virtual int64_t overruns() { return mOverruns; } function in class:android::PipeReader
AudioStreamInSource.h 43 virtual int64_t overruns() { (void) framesOverrun(); return mOverruns; } function in class:android::AudioStreamInSource
  /frameworks/av/media/libnblog/include/media/nblog/
PerformanceAnalysis.h 165 int64_t overruns = 0; member in struct:android::ReportPerformance::PerformanceData
177 overruns = 0;
185 && warmupHist.totalCount() == 0 && underruns == 0 && overruns == 0
  /frameworks/av/services/mediaanalytics/
statsd_audiothread.cpp 87 int64_t overruns = -1; local
88 if (item->getInt64(MM_PREFIX "overruns", &overruns)) {
89 metrics_proto.set_overruns(overruns);
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 55 root["overruns"] = (Json::Value::Int64)data.overruns;
162 static constexpr char kThreadOverruns[] = "android.media.audiothread.overruns";
192 if (data.overruns > 0) {
193 item->setInt64(kThreadOverruns, data.overruns);
Merger.cpp 181 data.overruns++;
  /frameworks/av/media/libnbaio/include_mono/media/nbaio/
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
  /bionic/libc/kernel/uapi/linux/
cyclades.h 34 unsigned long overruns; member in struct:cyclades_idle_stats
  /external/kernel-headers/original/uapi/linux/
cyclades.h 91 unsigned long overruns; /* Input overruns */ member in struct:cyclades_idle_stats

Completed in 2034 milliseconds