Searched refs:mGyroSelfTestScale (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.h | 409 long mGyroSelfTestScale; variable
|
H A 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()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.h | 394 long mGyroSelfTestScale; variable
|
H A 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;
|