Searched refs:in_accel_x_dmp_bias (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 473 char *in_accel_x_dmp_bias; member
|
D | MPLSensor.cpp | 330 LOGV_IF(EXTRA_VERBOSE, "HAL:accel x dmp bias path: %s", mpu.in_accel_x_dmp_bias); in MPLSensor() 333 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor() 5136 sprintf(mpu.in_accel_x_dmp_bias, "%s%s", sysfs_path, "/in_accel_x_dmp_bias"); 5526 mpu.in_accel_x_dmp_bias, getTimestamp());
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 494 char *in_accel_x_dmp_bias; member
|
D | MPLSensor.cpp | 454 LOGV_IF(EXTRA_VERBOSE, "HAL:accel x dmp bias path: %s", mpu.in_accel_x_dmp_bias); in MPLSensor() 457 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor() 5095 sprintf(mpu.in_accel_x_dmp_bias, "%s%s", sysfs_path, "/in_accel_x_dmp_bias"); in inv_init_sysfs_attributes() 5463 mpu.in_accel_x_dmp_bias, getTimestamp()); in setAccelBias()
|