Searched refs:in_gyro_x_dmp_bias (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 482 char *in_gyro_x_dmp_bias; member
|
D | MPLSensor.cpp | 253 LOGV_IF(EXTRA_VERBOSE, "HAL: gyro x dmp bias path: %s", mpu.in_gyro_x_dmp_bias); in MPLSensor() 256 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor() 5148 sprintf(mpu.in_gyro_x_dmp_bias, "%s%s", sysfs_path, "/in_anglvel_x_dmp_bias"); 5375 0, mpu.in_gyro_x_dmp_bias, getTimestamp()); 5415 bias[0], mpu.in_gyro_x_dmp_bias, getTimestamp());
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 503 char *in_gyro_x_dmp_bias; member
|
D | MPLSensor.cpp | 377 LOGV_IF(EXTRA_VERBOSE, "HAL: gyro x dmp bias path: %s", mpu.in_gyro_x_dmp_bias); in MPLSensor() 380 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor() 5107 sprintf(mpu.in_gyro_x_dmp_bias, "%s%s", sysfs_path, "/in_anglvel_x_dmp_bias"); in inv_init_sysfs_attributes() 5346 bias[0], mpu.in_gyro_x_dmp_bias, getTimestamp()); in setGyroBias()
|