Searched refs:fifoMaxEventCount (Results 1 – 5 of 5) sorted by relevance
62 long fifoMaxEventCount = environment.getSensor().getFifoMaxEventCount(); in getDefault() local65 if (fifoMaxEventCount > 0 && maximumExpectedSamplingPeriodUs != Integer.MAX_VALUE) { in getDefault()67 fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in getDefault()
70 long fifoMaxEventCount = environment.getSensor().getFifoMaxEventCount(); in getDefault() local72 if (fifoMaxEventCount > 0 && maximumExpectedSamplingPeriodUs != Integer.MAX_VALUE) { in getDefault()73 long fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in getDefault()
333 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in runAPWakeUpWhenReportLatencyExpires() local385 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in runAPWakeUpWhenFIFOFull() local386 samplingPeriodUs = (int) MIN_LATENCY_US/fifoMaxEventCount; in runAPWakeUpWhenFIFOFull()515 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in verifyBatchingSupport() local516 if (fifoMaxEventCount == 0) { in verifyBatchingSupport()531 long fifoMaxEventCount = sensor.getFifoMaxEventCount(); in maxBatchingPeriod() local532 return fifoMaxEventCount * samplePeriod; in maxBatchingPeriod()
42 hwSensor.fifoMaxEventCount = 100; in getTestSensorT()
603 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in assertSensorValues() local605 assertTrue(fifoMaxEventCount >= 0); in assertSensorValues()607 assertTrue(fifoReservedEventCount <= fifoMaxEventCount); in assertSensorValues()