Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h49 int32_t maxRange; /* Maximum measurement range of the sensor */ member
/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h88 int32_t maxRange; /**< Maximum measurement range of the sensor */ member
/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c80 manager->sensorInfoEntry[i].maxRange = manager->sensorInfoEntry[i].maxRange * HDI_SENSOR_GRAVITY; in SetSensorIdClassification()
113 (sizeof(pos->maxRange) + sizeof(pos->accuracy) + sizeof(pos->power)); in GetSensorInfoFromReply()
125 pos->maxRange = (float)(buf->maxRange); in GetSensorInfoFromReply()
H A Dsensor_dump.c84 maxRange: %f \n\r \ in SensorShowList()
93 sensorList->sensorInfoEntry[index].maxRange, in SensorShowList()
/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h184 float maxRange; /**< Maximum measurement range of the sensor */ member
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h36 float maxRange; member
/drivers/hdf_core/framework/test/unittest/sensor/
H A Dhdf_sensor_test.c200 .maxRange = SENSOR_TEST_MAX_RANGE, in InitSensorDriverTest()
243 .maxRange = SENSOR_TEST_MAX_RANGE, in ReleaseSensorDriverTest()
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp98 sensorInfo.maxRange = g_maxRange + sensorId; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp148 hdfSensorInfo.maxRange = tmp->maxRange; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_hdi_dump.cpp61 "maxRange: " + std::to_string(it.maxRange) + "\n" + in SensorShowList()
H A Dsensor_if_service.cpp173 sensorInfo.maxRange = it.maxRange; in GetAllSensorInfo()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c351 ret = parser->GetUint32(infoNode, "maxRange", (uint32_t *)&value, 0); in ParseSensorValue()
352 CHECK_PARSER_RESULT_RETURN_VALUE(ret, "maxRange"); in ParseSensorValue()
353 config->sensorInfo.maxRange = value; in ParseSensorValue()

Completed in 10 milliseconds