Searched refs:mGyroSelfTestScale (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 409 long mGyroSelfTestScale; variable
|
D | MPLSensor.cpp | 235 mGyroSelfTestScale(2000), in MPLSensor() 344 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor() 346 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale); in MPLSensor() 5229 int scaleRatio = mGyroScale / mGyroSelfTestScale; in setFactoryGyroBias()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 394 long mGyroSelfTestScale; variable
|
D | MPLSensor.cpp | 121 mGyroSelfTestScale(2000), in MPLSensor() 252 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale); in MPLSensor() 254 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale); in MPLSensor() 5591 int scaleRatio = mGyroScale / mGyroSelfTestScale;
|