Home
last modified time | relevance | path

Searched refs:sampling_period_ns_clamped (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/sensorhal/
Dsensors.cpp290 int64_t sampling_period_ns_clamped = sampling_period_ns; in batch() local
299 sampling_period_ns_clamped = sensor.minDelay * 1000; in batch()
301 sampling_period_ns_clamped = sensor.maxDelay * 1000; in batch()
308 mHubConnection->queueBatch(handle, sampling_period_ns_clamped, in batch()