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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h337 int gyro_y_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp238 gyro_y_offset_fd = open(mpu.in_gyro_y_offset, O_RDWR);
241 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) {
955 if (gyro_y_offset_fd > 0) {
956 close(gyro_y_offset_fd);
5315 if(write_attribute_sensor_continuous(gyro_y_offset_fd,
6601 if(write_attribute_sensor_continuous(gyro_y_offset_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h363 int gyro_y_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp362 gyro_y_offset_fd = open(mpu.in_gyro_y_offset, O_RDWR);
365 gyro_y_offset_fd == -1 || gyro_z_offset_fd == -1) {
1037 if (gyro_y_offset_fd > 0) {
1038 close(gyro_y_offset_fd);
5273 if(write_attribute_sensor_continuous(gyro_y_offset_fd,
6445 if(write_attribute_sensor_continuous(gyro_y_offset_fd, 0) < 0) {

Completed in 56 milliseconds