Searched refs:in_gyro_x_offset (Results 1 - 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.h | 500 char *in_gyro_x_offset; member in struct:MPLSensor::sysfs_attrbs
|
H A D | MPLSensor.cpp | 262 LOGV_IF(EXTRA_VERBOSE, "HAL:factory gyro x offset path: %s", mpu.in_gyro_x_offset); 265 gyro_x_offset_fd = open(mpu.in_gyro_x_offset, O_RDWR); 5447 sprintf(mpu.in_gyro_x_offset, "%s%s", sysfs_path, "/in_anglvel_x_offset"); 5599 mpu.in_gyro_x_offset, getTimestamp());
|
/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.h | 498 char *in_gyro_x_offset; member in struct:MPLSensor::sysfs_attrbs
|
H A D | MPLSensor.cpp | 354 LOGV_IF(EXTRA_VERBOSE, "HAL:factory gyro x offset path: %s", mpu.in_gyro_x_offset); 357 gyro_x_offset_fd = open(mpu.in_gyro_x_offset, O_RDWR); 5086 sprintf(mpu.in_gyro_x_offset, "%s%s", sysfs_path, "/in_anglvel_x_offset"); 5237 mpu.in_gyro_x_offset, getTimestamp());
|
Completed in 79 milliseconds