Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java681 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, parseEntireBuffer(mBuffer, token1), in runSingleChannelRateIndependencyTest()
683 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, parseEntireBuffer(mBuffer, token2), in runSingleChannelRateIndependencyTest()
730 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(mBuffer, token1), in runMultiChannelRateIndependencyTest()
734 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(mBuffer, token2), in runMultiChannelRateIndependencyTest()
785 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, events, type, rateLevel); in runMultiModeRateIndependencyTest()
908 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, events, type, rateLevel); in runReconfigureTest()
1270 private void checkEventRate(int testTimeMs, List<DirectReportSensorEvent> events, in checkEventRate() method in SensorDirectReportTest