Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h338 int gyro_z_offset_fd; variable
DMPLSensor.cpp239 gyro_z_offset_fd = open(mpu.in_gyro_z_offset, O_RDWR); in MPLSensor()
241 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) { in MPLSensor()
958 if (gyro_z_offset_fd > 0) { in ~MPLSensor()
5324 if(write_attribute_sensor_continuous(gyro_z_offset_fd,
6604 if(write_attribute_sensor_continuous(gyro_z_offset_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h364 int gyro_z_offset_fd; variable
DMPLSensor.cpp363 gyro_z_offset_fd = open(mpu.in_gyro_z_offset, O_RDWR); in MPLSensor()
365 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) { in MPLSensor()
1040 if (gyro_z_offset_fd > 0) { in ~MPLSensor()
5282 if(write_attribute_sensor_continuous(gyro_z_offset_fd, in setFactoryGyroBias()
6448 if(write_attribute_sensor_continuous(gyro_z_offset_fd, 0) < 0) { in initBias()