Searched refs:MIN_LATENCY_US (Results 1 – 1 of 1) sorted by relevance
315 final long MIN_LATENCY_US = TimeUnit.SECONDS.toMicros(20); in runAPWakeUpWhenFIFOFull() local318 if (fifoBasedReportLatencyUs < MIN_LATENCY_US) { in runAPWakeUpWhenFIFOFull()320 samplingPeriodUs = (int) MIN_LATENCY_US/fifoMaxEventCount; in runAPWakeUpWhenFIFOFull()321 fifoBasedReportLatencyUs = MIN_LATENCY_US; in runAPWakeUpWhenFIFOFull()