Home
last modified time | relevance | path

Searched refs:mEventCount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerification.java40 private int mEventCount = 0; field in EventGapVerification
78 Math.ceil(Math.min(EVENT_GAP_THRESHOLD_MAX, mEventCount * EVENT_GAP_TOLERANCE)); in verify()
115 if (mEventCount >= TRUNCATE_EVENTS_COUNT) { in addSensorEventInternal()
120 mEventGaps.add(new IndexedEventPair(mEventCount, event, mPreviousEvent)); in addSensorEventInternal()
125 mEventCount++; in addSensorEventInternal()
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTest.java570 private final int mEventCount; field in SensorTest.FlushExecutor
574 mEventCount = eventCount; in FlushExecutor()
590 CountDownLatch eventLatch = sensorManager.registerListener(listener, mEventCount); in execute()
592 listener.waitForEvents(eventLatch, mEventCount, true); in execute()