Searched defs:spec (Results 1 – 2 of 2) sorted by relevance
168 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()
212 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate()242 SensorSpec spec; in ParseSensorArg() local