Searched refs:fifoMaxEventCount (Results 1 – 5 of 5) sorted by relevance
189 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in runAPWakeUpWhenReportLatencyExpires() local190 if (fifoMaxEventCount == 0) { in runAPWakeUpWhenReportLatencyExpires()198 int fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in runAPWakeUpWhenReportLatencyExpires()234 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in runAPWakeUpWhenFIFOFull() local235 if (fifoMaxEventCount == 0) { in runAPWakeUpWhenFIFOFull()241 int fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in runAPWakeUpWhenFIFOFull()247 maximumExpectedSamplingPeriodUs = MIN_LATENCY_US/fifoMaxEventCount; in runAPWakeUpWhenFIFOFull()280 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in runAPWakeUpByAlarmNonWakeSensor() local281 if (fifoMaxEventCount == 0) { in runAPWakeUpByAlarmNonWakeSensor()290 int fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in runAPWakeUpByAlarmNonWakeSensor()
67 long fifoMaxEventCount = environment.getSensor().getFifoMaxEventCount(); in getDefault() local69 if (fifoMaxEventCount > 0 && maximumExpectedSamplingPeriodUs != Integer.MAX_VALUE) { in getDefault()70 long fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in getDefault()
62 long fifoMaxEventCount = environment.getSensor().getFifoMaxEventCount(); in getDefault() local65 if (fifoMaxEventCount > 0 && maximumExpectedSamplingPeriodUs != Integer.MAX_VALUE) { in getDefault()67 fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in getDefault()
71 long fifoMaxEventCount = environment.getSensor().getFifoMaxEventCount(); in getDefault() local73 if (fifoMaxEventCount > 0 && maximumExpectedSamplingPeriodUs != Integer.MAX_VALUE) { in getDefault()74 long fifoBasedReportLatencyUs = fifoMaxEventCount * maximumExpectedSamplingPeriodUs; in getDefault()
441 int fifoMaxEventCount = sensor.getFifoMaxEventCount(); in assertSensorValues() local443 assertTrue(fifoMaxEventCount >= 0); in assertSensorValues()445 assertTrue(fifoReservedEventCount <= fifoMaxEventCount); in assertSensorValues()