Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 4 of 4) 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/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h42 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument
43 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument
44 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h49 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument
50 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument
51 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument