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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h329 int accel_y_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp317 accel_y_offset_fd = open(mpu.in_accel_y_offset, O_RDWR);
320 accel_y_offset_fd == -1 || accel_z_offset_fd == -1) {
5479 if(write_attribute_sensor_continuous(accel_y_offset_fd, tempBias) < 0) {
6581 if(write_attribute_sensor_continuous(accel_y_offset_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h355 int accel_y_offset_fd; member in class:MPLSensor
H A DMPLSensor.cpp441 accel_y_offset_fd = open(mpu.in_accel_y_offset, O_RDWR);
444 accel_y_offset_fd == -1 || accel_z_offset_fd == -1) {
5410 if(write_attribute_sensor_continuous(accel_y_offset_fd, tempBias) < 0) {
6425 if(write_attribute_sensor_continuous(accel_y_offset_fd, 0) < 0) {

Completed in 22 milliseconds