Searched refs:maxBatchReportLatencySec (Results 1 – 2 of 2) sorted by relevance
115 private String runBatchTest(int sensorType, int maxBatchReportLatencySec, int instructionsResId) in runBatchTest() argument120 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() argument138 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushTest()145 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushTest()
253 private void runBatchingSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runBatchingSensorTest() argument255 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runBatchingSensorTest()256 int testDurationSec = maxBatchReportLatencySec + BATCHING_PADDING_TIME_S; in runBatchingSensorTest()270 private void runFlushSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runFlushSensorTest() argument272 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushSensorTest()273 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushSensorTest()