Searched refs:mAccelScale (Results 1 – 6 of 6) sorted by relevance
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.h | 263 int mAccelScale; variable
|
D | MPLSensor.cpp | 173 mAccelScale(2), in MPLSensor() 253 count = sscanf(buf, "%d", &mAccelScale); in MPLSensor() 255 LOGV_IF(EXTRA_VERBOSE, "HAL:Accel FSR used %d", mAccelScale); in MPLSensor() 547 inv_set_accel_orientation_and_scale(orient, mAccelScale << 15); in inv_set_device_properties()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 385 int mAccelScale; variable
|
D | MPLSensor.cpp | 107 mAccelScale(2), in MPLSensor() 283 count = sscanf(buf, "%d", &mAccelScale); in MPLSensor() 285 LOGV_IF(EXTRA_VERBOSE, "HAL:Accel FSR used %d", mAccelScale); in MPLSensor() 789 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15); in inv_set_device_properties() 791 "HAL: Set MPL Accel Scale %ld", (long)mAccelScale << 15); in inv_set_device_properties() 5461 int scaleRatio = mAccelScale / mAccelSelfTestScale;
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 406 int mAccelScale; variable
|
D | MPLSensor.cpp | 232 mAccelScale(2), in MPLSensor() 407 count = sscanf(buf, "%d", &mAccelScale); in MPLSensor() 409 LOGV_IF(EXTRA_VERBOSE, "HAL:Accel FSR used %d", mAccelScale); in MPLSensor() 879 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15); in inv_set_device_properties() 881 "HAL: Set MPL Accel Scale %ld", (long)mAccelScale << 15); in inv_set_device_properties() 5392 int scaleRatio = mAccelScale / mAccelSelfTestScale; in setFactoryAccelBias()
|