Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp178 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in EnableSensor()
212 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in DisableSensor()
307 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in CalibrateSingleSensor()
476 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in SendCalibrationData()
Dnanomessage.h35 ConfigureSensor = 0x00000300, enumerator
Dnanomessage.cpp178 config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in ConfigureSensorRequest()