Searched refs:smallestLatency (Results 1 – 1 of 1) sorted by relevance
385 uint64_t smallestLatency = SENSOR_LATENCY_INVALID; in sensorCalcHwLatency() local395 if (smallestLatency > req->latency) in sensorCalcHwLatency()396 smallestLatency = req->latency; in sensorCalcHwLatency()399 return smallestLatency; in sensorCalcHwLatency()