Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorBatchingTests.java48 private static final int RATE_50HZ = 20000; field in SensorBatchingTests
62 runBatchingSensorTest(Sensor.TYPE_ACCELEROMETER, RATE_50HZ, BATCHING_10S); in testAccelerometer_50hz_batching()
70 runFlushSensorTest(Sensor.TYPE_ACCELEROMETER, RATE_50HZ, BATCHING_10S); in testAccelerometer_50hz_flush()
78 runBatchingSensorTest(Sensor.TYPE_MAGNETIC_FIELD, RATE_50HZ, BATCHING_10S); in testMagneticField_50hz_batching()
86 runFlushSensorTest(Sensor.TYPE_MAGNETIC_FIELD, RATE_50HZ, BATCHING_10S); in testMagneticField_50hz_flush()
96 runBatchingSensorTest(Sensor.TYPE_ORIENTATION, RATE_50HZ, BATCHING_10S); in testOrientation_50hz_batching()
106 runFlushSensorTest(Sensor.TYPE_ORIENTATION, RATE_50HZ, BATCHING_10S); in testOrientation_50hz_flush()
114 runBatchingSensorTest(Sensor.TYPE_GYROSCOPE, RATE_50HZ, BATCHING_10S); in testGyroscope_50hz_batching()
122 runFlushSensorTest(Sensor.TYPE_GYROSCOPE, RATE_50HZ, BATCHING_10S); in testGyroscope_50hz_flush()
130 runBatchingSensorTest(Sensor.TYPE_PRESSURE, RATE_50HZ, BATCHING_10S); in testPressure_50hz_batching()
[all …]
DSingleSensorTests.java93 private static final int RATE_50HZ = 20000; field in SingleSensorTests
154 runSensorTest(Sensor.TYPE_ACCELEROMETER, RATE_50HZ); in testAccelerometer_50hz()
190 runSensorTest(Sensor.TYPE_MAGNETIC_FIELD, RATE_50HZ); in testMagneticField_50hz()
229 runSensorTest(Sensor.TYPE_ORIENTATION, RATE_50HZ); in testOrientation_50hz()
270 runSensorTest(Sensor.TYPE_GYROSCOPE, RATE_50HZ); in testGyroscope_50hz()
306 runSensorTest(Sensor.TYPE_PRESSURE, RATE_50HZ); in testPressure_50hz()
342 runSensorTest(Sensor.TYPE_GRAVITY, RATE_50HZ); in testGravity_50hz()
378 runSensorTest(Sensor.TYPE_ROTATION_VECTOR, RATE_50HZ); in testRotationVector_50hz()
414 runSensorTest(Sensor.TYPE_MAGNETIC_FIELD_UNCALIBRATED, RATE_50HZ); in testMagneticFieldUncalibrated_50hz()
450 runSensorTest(Sensor.TYPE_GAME_ROTATION_VECTOR, RATE_50HZ); in testGameRotationVector_50hz()
[all …]