Searched refs:accelScale (Results 1 – 3 of 3) sorted by relevance
/hardware/invensense/60xx/mlsdk/mllite/ |
D | ml.c | 195 float accelScale = 0.f; in inv_apply_calibration() local 233 RANGE_FIXEDPOINT_TO_FLOAT(mldl_cfg->accel->range, accelScale); in inv_apply_calibration() 234 inv_obj.accel_sens = (long)(accelScale * 65536L); in inv_apply_calibration() 255 result = inv_set_accel_calibration(accelScale, accelCal); in inv_apply_calibration()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 415 char accelScale[5]; in MPLSensor() local 423 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor() 427 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 291 char accelScale[5]; in MPLSensor() local 299 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor() 303 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
|