Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h358 int accel_x_dmp_bias_fd; variable
DMPLSensor.cpp453 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()
456 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()
1010 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()
1011 close(accel_x_dmp_bias_fd); in ~MPLSensor()
5436 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) { in setAccelBias()
6382 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) { in initBias()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h335 int accel_x_dmp_bias_fd; variable
DMPLSensor.cpp361 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()
364 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()
960 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()
961 close(accel_x_dmp_bias_fd); in ~MPLSensor()
5822 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) {
7051 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) {