Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h470 char *in_accel_z_offset; member
DMPLSensor.cpp315 LOGV_IF(EXTRA_VERBOSE, "HAL:factory accel z offset path: %s", mpu.in_accel_z_offset); in MPLSensor()
318 accel_z_offset_fd = open(mpu.in_accel_z_offset, O_RDWR); in MPLSensor()
5143 sprintf(mpu.in_accel_z_offset, "%s%s", sysfs_path, "/in_accel_z_offset");
5485 tempBias, mpu.in_accel_z_offset, getTimestamp());
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h491 char *in_accel_z_offset; member
DMPLSensor.cpp439 LOGV_IF(EXTRA_VERBOSE, "HAL:factory accel z offset path: %s", mpu.in_accel_z_offset); in MPLSensor()
442 accel_z_offset_fd = open(mpu.in_accel_z_offset, O_RDWR); in MPLSensor()
5102 sprintf(mpu.in_accel_z_offset, "%s%s", sysfs_path, "/in_accel_z_offset"); in inv_init_sysfs_attributes()
5416 tempBias, mpu.in_accel_z_offset, getTimestamp()); in setFactoryAccelBias()