Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DBatchingTestActivity.java115 private String runBatchTest(int sensorType, int maxBatchReportLatencySec, int instructionsResId) in runBatchTest() argument
120 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runBatchTest()
127 int testDurationSec = maxBatchReportLatencySec + BATCHING_PADDING_TIME_S; in runBatchTest()
133 private String runFlushTest(int sensorType, int maxBatchReportLatencySec, int instructionsResId) in runFlushTest() argument
138 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushTest()
145 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushTest()
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorBatchingTests.java254 private void runBatchingSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runBatchingSensorTest() argument
256 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runBatchingSensorTest()
257 int testDurationSec = maxBatchReportLatencySec + BATCHING_PADDING_TIME_S; in runBatchingSensorTest()
277 private void runFlushSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runFlushSensorTest() argument
279 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushSensorTest()
280 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushSensorTest()