Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp168 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors()
179 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors()
186 bool ContextHub::EnableSensor(const SensorSpec& spec) { in EnableSensor()
215 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in EnableSensors()
242 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in DisableSensors()
Dnanotool.cpp212 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate()
242 SensorSpec spec; in ParseSensorArg() local