Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h330 int accel_z_offset_fd; variable
DMPLSensor.cpp318 accel_z_offset_fd = open(mpu.in_accel_z_offset, O_RDWR); in MPLSensor()
320 accel_y_offset_fd == -1 || accel_z_offset_fd == -1) { in MPLSensor()
959 close(accel_z_offset_fd); in ~MPLSensor()
5486 if(write_attribute_sensor_continuous(accel_z_offset_fd, tempBias) < 0) {
6584 if(write_attribute_sensor_continuous(accel_z_offset_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h356 int accel_z_offset_fd; variable
DMPLSensor.cpp442 accel_z_offset_fd = open(mpu.in_accel_z_offset, O_RDWR); in MPLSensor()
444 accel_y_offset_fd == -1 || accel_z_offset_fd == -1) { in MPLSensor()
1041 close(accel_z_offset_fd); in ~MPLSensor()
5417 if(write_attribute_sensor_continuous(accel_z_offset_fd, tempBias) < 0) { in setFactoryAccelBias()
6428 if(write_attribute_sensor_continuous(accel_z_offset_fd, 0) < 0) { in initBias()