Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp170 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors()
181 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors()
188 bool ContextHub::EnableSensor(const SensorSpec& spec) { in EnableSensor()
217 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in EnableSensors()
244 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in DisableSensors()
Dnanotool.cpp213 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate()
243 SensorSpec spec; in ParseSensorArg() local
/device/google/cuttlefish/common/libs/utils/
Dresult.cpp88 for (auto spec : specifiers) { in format() local