Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanotool.cpp174 && args->sensors[i].rate_hz < 0) { in ValidateArgs()
220 spec.rate_hz = std::stof(param); in ParseRate()
221 if (spec.rate_hz < 0) { in ParseRate()
Dcontexthub.h90 float rate_hz = -1; member
Dcontexthub.cpp186 spec.rate_hz); in EnableSensor()
191 spec.sensor_type, spec.rate_hz, spec.special_rate, in EnableSensor()