Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h388 long mGyroSelfTestScale; variable
DMPLSensor.cpp110 mGyroSelfTestScale(2000), in MPLSensor()
224 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor()
226 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale); in MPLSensor()
5297 int scaleRatio = mGyroScale / mGyroSelfTestScale;
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h409 long mGyroSelfTestScale; variable
DMPLSensor.cpp235 mGyroSelfTestScale(2000), in MPLSensor()
348 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor()
350 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale); in MPLSensor()
5255 int scaleRatio = mGyroScale / mGyroSelfTestScale; in setFactoryGyroBias()