Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h363 int gyro_y_offset_fd; variable
DMPLSensor.cpp358 gyro_y_offset_fd = open(mpu.in_gyro_y_offset, O_RDWR); in MPLSensor()
361 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) { in MPLSensor()
1033 if (gyro_y_offset_fd > 0) { in ~MPLSensor()
1034 close(gyro_y_offset_fd); in ~MPLSensor()
5247 if(write_attribute_sensor_continuous(gyro_y_offset_fd, in setFactoryGyroBias()
6415 if(write_attribute_sensor_continuous(gyro_y_offset_fd, 0) < 0) { in initBias()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h340 int gyro_y_offset_fd; variable
DMPLSensor.cpp266 gyro_y_offset_fd = open(mpu.in_gyro_y_offset, O_RDWR); in MPLSensor()
269 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) { in MPLSensor()
983 if (gyro_y_offset_fd > 0) { in ~MPLSensor()
984 close(gyro_y_offset_fd); in ~MPLSensor()
5609 if(write_attribute_sensor_continuous(gyro_y_offset_fd,
7084 if(write_attribute_sensor_continuous(gyro_y_offset_fd, 0) < 0) {