Searched refs:mGyroSelfTestScale (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 388 long mGyroSelfTestScale; variable
|
D | MPLSensor.cpp | 110 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/ |
D | MPLSensor.h | 409 long mGyroSelfTestScale; variable
|
D | MPLSensor.cpp | 235 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()
|