Searched refs:accuracy (Results 1 - 12 of 12) sorted by relevance
/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_controller.h | 50 int32_t accuracy; /* Sensor accuracy */ member
|
/drivers/hdf_core/framework/model/sensor/driver/include/ |
H A D | sensor_device_type.h | 79 * 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 D | sensor_type.h | 25 * 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 D | isensor_interface_vdi.h | 37 float accuracy; member
|
/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 201 .accuracy = 1, in InitSensorDriverTest() 244 .accuracy = 1, in ReleaseSensorDriverTest()
|
/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_controller.c | 81 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 D | sensor_dump.c | 85 accuracy: %f \n\r \ in SensorShowList() 94 sensorList->sensorInfoEntry[index].accuracy, in SensorShowList()
|
/drivers/peripheral/sensor/test/unittest/dump/ |
H A D | hdf_sensor_dump_test.cpp | 99 sensorInfo.accuracy = g_accuracy + sensorId; in GetAllSensorInfo()
|
/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 149 hdfSensorInfo.accuracy = tmp->accuracy; in GetAllSensorInfo()
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_hdi_dump.cpp | 62 "accuracy: " + std::to_string(it.accuracy) + "\n" +
in SensorShowList()
|
H A D | sensor_if_service.cpp | 174 sensorInfo.accuracy = it.accuracy; in GetAllSensorInfo()
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_parser.c | 354 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 7 milliseconds