Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanotool.cpp185 && args->sensors[i].rate_hz < 0) { in ValidateArgs()
231 spec.rate_hz = std::stof(param); in ParseRate()
232 if (spec.rate_hz < 0) { in ParseRate()
Dcontexthub.h93 float rate_hz = -1; member
Dcontexthub.cpp199 spec.rate_hz); in EnableSensor()
204 spec.sensor_type, spec.rate_hz, spec.special_rate, in EnableSensor()