Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h334 int accel_z_dmp_bias_fd; variable
DMPLSensor.cpp335 accel_z_dmp_bias_fd = open(mpu.in_accel_z_dmp_bias, O_RDWR); in MPLSensor()
337 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()
938 if (accel_z_dmp_bias_fd > 0) { in ~MPLSensor()
939 close(accel_z_dmp_bias_fd); in ~MPLSensor()
5544 accel_z_dmp_bias_fd, (long)(mAccelBias[2] / 65536 / 2)) < 0) {
6574 if(write_attribute_sensor_continuous(accel_z_dmp_bias_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h360 int accel_z_dmp_bias_fd; variable
DMPLSensor.cpp459 accel_z_dmp_bias_fd = open(mpu.in_accel_z_dmp_bias, O_RDWR); in MPLSensor()
461 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()
1020 if (accel_z_dmp_bias_fd > 0) { in ~MPLSensor()
1021 close(accel_z_dmp_bias_fd); in ~MPLSensor()
5481 accel_z_dmp_bias_fd, (long)(mAccelBias[2] / 65536 / 2)) < 0) { in setAccelBias()
6418 if(write_attribute_sensor_continuous(accel_z_dmp_bias_fd, 0) < 0) { in initBias()