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.java852 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, in runSingleChannelRateIndependencyTest()
855 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, in runSingleChannelRateIndependencyTest()
903 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(token1, mEventPool, in runMultiChannelRateIndependencyTest()
907 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(token2, mEventPool, in runMultiChannelRateIndependencyTest()
964 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, events, type, rateLevel); in runMultiModeRateIndependencyTest()
1087 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, events, type, rateLevel); in runReconfigureTest()
1449 private void checkEventRate(int testTimeMs, List<DirectReportSensorEvent> events, in checkEventRate() method in SensorDirectReportTest