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

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

Completed in 119 milliseconds