Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp161 HdfSensorInformationVdi hdfSensorInfo; in GetAllSensorInfo() local
163 hdfSensorInfo.sensorName = sensorName; in GetAllSensorInfo()
165 hdfSensorInfo.vendorName = vendorName; in GetAllSensorInfo()
167 hdfSensorInfo.firmwareVersion = firmwareVersion; in GetAllSensorInfo()
169 hdfSensorInfo.hardwareVersion = hardwareVersion; in GetAllSensorInfo()
170 hdfSensorInfo.sensorTypeId = tmp->sensorTypeId; in GetAllSensorInfo()
171 hdfSensorInfo.sensorId = tmp->sensorId; in GetAllSensorInfo()
172 hdfSensorInfo.maxRange = tmp->maxRange; in GetAllSensorInfo()
173 hdfSensorInfo.accuracy = tmp->accuracy; in GetAllSensorInfo()
174 hdfSensorInfo.power = tmp->power; in GetAllSensorInfo()
[all …]