Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.h92 uint64_t latency_ns = 0; member
Dcontexthub.cpp199 req.config.latency = spec.latency_ns; in EnableSensor()
203 spec.latency_ns / 1000000.0f); in EnableSensor()
Dnanotool.cpp284 spec.latency_ns = static_cast<uint64_t>(latency_ms) * 1000000; in ParseSensorArg()