Searched refs:gyroScale (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c194 float gyroScale = 2000.f; local
214 gyroScale = 250.f;
217 gyroScale = 500.f;
220 gyroScale = 1000.f;
223 gyroScale = 2000.f;
249 result = inv_set_gyro_calibration(gyroScale, gyroCal);
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp212 char gyroScale[5]; local
220 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
224 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp336 char gyroScale[5]; local
344 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
348 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);

Completed in 173 milliseconds