Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h50 int32_t accuracy; /* Sensor accuracy */ member
/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h79 * measurement range, accuracy, and power consumption.
89 int32_t accuracy; /**< Sensor accuracy */ member
101 uint32_t option; /**< Sensor data options, including the measurement range and accuracy */
/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h25 * setting the sensor data reporting mode, and setting sensor options such as the accuracy and measurement range.
120 * @brief Enumerates accuracy types of sensors.
125 SENSOR_NO_ACCURACY = 0, /**< No accuracy */
126 SENSOR_LOW_ACCURACY = 1, /**< Low accuracy */
127 SENSOR_MEDIUM_ACCURACY = 2, /**< Medium accuracy */
128 SENSOR_HIGH_ACCURACY = 3, /**< High accuracy */
129 SENSOR_MAX_ACCURACY, /**< Maximum accuracy */
173 * sensor ID, maximum measurement range, accuracy, and power.
185 float accuracy; /**< Sensor accuracy */ member
[all...]
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h37 float accuracy; member
/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c201 .accuracy = 1, in InitSensorDriverTest()
244 .accuracy = 1, in ReleaseSensorDriverTest()
/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c81 manager->sensorInfoEntry[i].accuracy = HDI_SENSOR_GRAVITY / HDI_SENSOR_ACCEL_LSB / HDI_SENSOR_UNITS; in SetSensorIdClassification()
113 (sizeof(pos->maxRange) + sizeof(pos->accuracy) + sizeof(pos->power)); in GetSensorInfoFromReply()
126 pos->accuracy = (float)(buf->accuracy); in GetSensorInfoFromReply()
H A Dsensor_dump.c85 accuracy: %f \n\r \ in SensorShowList()
94 sensorList->sensorInfoEntry[index].accuracy, in SensorShowList()
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp99 sensorInfo.accuracy = g_accuracy + sensorId; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp149 hdfSensorInfo.accuracy = tmp->accuracy; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_hdi_dump.cpp62 "accuracy: " + std::to_string(it.accuracy) + "\n" + in SensorShowList()
H A Dsensor_if_service.cpp174 sensorInfo.accuracy = it.accuracy; in GetAllSensorInfo()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c354 ret = parser->GetUint32(infoNode, "accuracy", (uint32_t *)&value, 0); in ParseSensorValue()
355 CHECK_PARSER_RESULT_RETURN_VALUE(ret, "accuracy"); in ParseSensorValue()
356 config->sensorInfo.accuracy = value; in ParseSensorValue()

Completed in 8 milliseconds