Searched refs:in_accel_y_dmp_bias (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 495 char *in_accel_y_dmp_bias; member
|
D | MPLSensor.cpp | 451 LOGV_IF(EXTRA_VERBOSE, "HAL:accel y dmp bias path: %s", mpu.in_accel_y_dmp_bias); in MPLSensor() 454 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor() 5070 sprintf(mpu.in_accel_y_dmp_bias, "%s%s", sysfs_path, "/in_accel_y_dmp_bias"); in inv_init_sysfs_attributes() 5442 mpu.in_accel_y_dmp_bias, getTimestamp()); in setAccelBias()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 497 char *in_accel_y_dmp_bias; member
|
D | MPLSensor.cpp | 359 LOGV_IF(EXTRA_VERBOSE, "HAL:accel y dmp bias path: %s", mpu.in_accel_y_dmp_bias); in MPLSensor() 362 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor() 5431 sprintf(mpu.in_accel_y_dmp_bias, "%s%s", sysfs_path, "/in_accel_y_dmp_bias"); 5828 mpu.in_accel_y_dmp_bias, getTimestamp());
|