Searched defs:SensorBasicInfo (Results 1 – 2 of 2) sorted by relevance
81 struct SensorBasicInfo { struct82 char sensorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor name */83 char vendorName[SENSOR_INFO_NAME_MAX_LEN]; /**< Sensor vendor */87 int32_t sensorId; /**< Sensor ID, defined by the sensor driver developer */88 int32_t maxRange; /**< Maximum measurement range of the sensor */89 int32_t accuracy; /**< Sensor accuracy */90 int32_t power; /**< Sensor power */91 int64_t minDelay; /**< Minimum sample period allowed in nanoseconds */92 int64_t maxDelay; /**< Maxmum sample period allowed in nanoseconds */93 uint32_t fifoMaxEventCount; /**< Fifo Max Event Count */[all …]
20 SensorBasicInfo::SensorBasicInfo() : samplingPeriodNs_(0L), maxReportDelayNs_(0L), sensorState_(fal… in SensorBasicInfo() function in OHOS::Sensors::SensorBasicInfo