Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h332 int accel_x_dmp_bias_fd; variable
DMPLSensor.cpp333 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()
336 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()
932 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()
933 close(accel_x_dmp_bias_fd); in ~MPLSensor()
5528 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) {
6568 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h358 int accel_x_dmp_bias_fd; variable
DMPLSensor.cpp457 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR); in MPLSensor()
460 if (accel_x_dmp_bias_fd == -1 || in MPLSensor()
1014 if (accel_x_dmp_bias_fd > 0) { in ~MPLSensor()
1015 close(accel_x_dmp_bias_fd); in ~MPLSensor()
5465 accel_x_dmp_bias_fd, (long)(mAccelBias[0] / 65536.f / 2)) < 0) { in setAccelBias()
6412 if(write_attribute_sensor_continuous(accel_x_dmp_bias_fd, 0) < 0) { in initBias()