Searched refs:in_gyro_x_dmp_bias (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 503 char *in_gyro_x_dmp_bias; member
|
D | MPLSensor.cpp | 373 LOGV_IF(EXTRA_VERBOSE, "HAL: gyro x dmp bias path: %s", mpu.in_gyro_x_dmp_bias); in MPLSensor() 376 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor() 5081 sprintf(mpu.in_gyro_x_dmp_bias, "%s%s", sysfs_path, "/in_anglvel_x_dmp_bias"); in inv_init_sysfs_attributes() 5319 bias[0], mpu.in_gyro_x_dmp_bias, getTimestamp()); in setGyroBias()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 505 char *in_gyro_x_dmp_bias; member
|
D | MPLSensor.cpp | 281 LOGV_IF(EXTRA_VERBOSE, "HAL: gyro x dmp bias path: %s", mpu.in_gyro_x_dmp_bias); in MPLSensor() 284 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor() 5442 sprintf(mpu.in_gyro_x_dmp_bias, "%s%s", sysfs_path, "/in_anglvel_x_dmp_bias"); 5669 0, mpu.in_gyro_x_dmp_bias, getTimestamp()); 5709 bias[0], mpu.in_gyro_x_dmp_bias, getTimestamp());
|