Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h407 long mAccelSelfTestScale; variable
DMPLSensor.cpp233 mAccelSelfTestScale(2), in MPLSensor()
423 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
425 … LOGV_IF(EXTRA_VERBOSE, "HAL:Accel self test scale used %ld", mAccelSelfTestScale); in MPLSensor()
5363 int scaleRatio = mAccelScale / mAccelSelfTestScale; in setFactoryAccelBias()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h392 long mAccelSelfTestScale; variable
DMPLSensor.cpp119 mAccelSelfTestScale(2), in MPLSensor()
331 count = sscanf(accelScale, "%ld", &mAccelSelfTestScale); in MPLSensor()
333 … LOGV_IF(EXTRA_VERBOSE, "HAL:Accel self test scale used %ld", mAccelSelfTestScale); in MPLSensor()
5755 int scaleRatio = mAccelScale / mAccelSelfTestScale;