Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h409 long mGyroSelfTestScale; variable
DMPLSensor.cpp235 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/
DMPLSensor.h394 long mGyroSelfTestScale; variable
DMPLSensor.cpp121 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;