Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h468 char *in_accel_x_offset; member
DMPLSensor.cpp313 LOGV_IF(EXTRA_VERBOSE, "HAL:factory accel x offset path: %s", mpu.in_accel_x_offset); in MPLSensor()
316 accel_x_offset_fd = open(mpu.in_accel_x_offset, O_RDWR); in MPLSensor()
5141 sprintf(mpu.in_accel_x_offset, "%s%s", sysfs_path, "/in_accel_x_offset");
5471 tempBias, mpu.in_accel_x_offset, getTimestamp());
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h489 char *in_accel_x_offset; member
DMPLSensor.cpp437 LOGV_IF(EXTRA_VERBOSE, "HAL:factory accel x offset path: %s", mpu.in_accel_x_offset); in MPLSensor()
440 accel_x_offset_fd = open(mpu.in_accel_x_offset, O_RDWR); in MPLSensor()
5100 sprintf(mpu.in_accel_x_offset, "%s%s", sysfs_path, "/in_accel_x_offset"); in inv_init_sysfs_attributes()
5402 tempBias, mpu.in_accel_x_offset, getTimestamp()); in setFactoryAccelBias()