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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h336 int gyro_x_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp237 gyro_x_offset_fd = open(mpu.in_gyro_x_offset, O_RDWR);
240 if (gyro_x_offset_fd == -1 ||
952 if (gyro_x_offset_fd > 0) {
5306 if(write_attribute_sensor_continuous(gyro_x_offset_fd,
6598 if(write_attribute_sensor_continuous(gyro_x_offset_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h362 int gyro_x_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp361 gyro_x_offset_fd = open(mpu.in_gyro_x_offset, O_RDWR);
364 if (gyro_x_offset_fd == -1 ||
1034 if (gyro_x_offset_fd > 0) {
5264 if(write_attribute_sensor_continuous(gyro_x_offset_fd,
6442 if(write_attribute_sensor_continuous(gyro_x_offset_fd, 0) < 0) {

Completed in 259 milliseconds