Searched refs:maxBatchReportLatencySec (Results 1 – 2 of 2) sorted by relevance
120 private String runBatchTest(int sensorType, int maxBatchReportLatencySec, int instructionsResId) in runBatchTest() argument125 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runBatchTest()132 int testDurationSec = maxBatchReportLatencySec + BATCHING_PADDING_TIME_S; in runBatchTest()145 private String runFlushTest(int sensorType, int maxBatchReportLatencySec, int instructionsResId) in runFlushTest() argument150 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushTest()157 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushTest()
279 private void runBatchingSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runBatchingSensorTest() argument281 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runBatchingSensorTest()282 int testDurationSec = maxBatchReportLatencySec + BATCHING_PADDING_TIME_S; in runBatchingSensorTest()307 private void runFlushSensorTest(int sensorType, int rateUs, int maxBatchReportLatencySec) in runFlushSensorTest() argument309 int maxBatchReportLatencyUs = (int) TimeUnit.SECONDS.toMicros(maxBatchReportLatencySec); in runFlushSensorTest()310 int flushDurationSec = maxBatchReportLatencySec / 2; in runFlushSensorTest()