Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dcontexthub.cpp191 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in EnableSensor()
225 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in DisableSensor()
365 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in CalibrateSingleSensor()
399 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in TestSingleSensor()
585 req.config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in SendCalibrationData()
Dnanomessage.h36 ConfigureSensor = 0x00000300, enumerator
Dnanomessage.cpp189 config.event_type = static_cast<uint32_t>(EventType::ConfigureSensor); in ConfigureSensorRequest()