Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h386 long mAccelSelfTestScale; variable
DMPLSensor.cpp108 mAccelSelfTestScale(2), in MPLSensor()
303 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
305 … LOGV_IF(EXTRA_VERBOSE, "HAL:Accel self test scale used %ld", mAccelSelfTestScale); in MPLSensor()
5461 int scaleRatio = mAccelScale / mAccelSelfTestScale;
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h407 long mAccelSelfTestScale; variable
DMPLSensor.cpp233 mAccelSelfTestScale(2), in MPLSensor()
427 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
429 … LOGV_IF(EXTRA_VERBOSE, "HAL:Accel self test scale used %ld", mAccelSelfTestScale); in MPLSensor()
5392 int scaleRatio = mAccelScale / mAccelSelfTestScale; in setFactoryAccelBias()