Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h360 int accel_z_dmp_bias_fd; variable
DMPLSensor.cpp455 accel_z_dmp_bias_fd = open(mpu.in_accel_z_dmp_bias, O_RDWR); in MPLSensor()
457 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()
1016 if (accel_z_dmp_bias_fd > 0) { in ~MPLSensor()
1017 close(accel_z_dmp_bias_fd); in ~MPLSensor()
5452 accel_z_dmp_bias_fd, (long)(mAccelBias[2] / 65536 / 2)) < 0) { in setAccelBias()
6388 if(write_attribute_sensor_continuous(accel_z_dmp_bias_fd, 0) < 0) { in initBias()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h337 int accel_z_dmp_bias_fd; variable
DMPLSensor.cpp363 accel_z_dmp_bias_fd = open(mpu.in_accel_z_dmp_bias, O_RDWR); in MPLSensor()
365 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()
966 if (accel_z_dmp_bias_fd > 0) { in ~MPLSensor()
967 close(accel_z_dmp_bias_fd); in ~MPLSensor()
5838 accel_z_dmp_bias_fd, (long)(mAccelBias[2] / 65536 / 2)) < 0) {
7057 if(write_attribute_sensor_continuous(accel_z_dmp_bias_fd, 0) < 0) {