Home
last modified time | relevance | path

Searched refs:accel_y_dmp_bias_fd (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h359 int accel_y_dmp_bias_fd; variable
DMPLSensor.cpp454 accel_y_dmp_bias_fd = open(mpu.in_accel_y_dmp_bias, O_RDWR); in MPLSensor()
457 accel_y_dmp_bias_fd == -1 || accel_z_dmp_bias_fd == -1) { in MPLSensor()
1013 if (accel_y_dmp_bias_fd > 0) { in ~MPLSensor()
1014 close(accel_y_dmp_bias_fd); in ~MPLSensor()
5444 accel_y_dmp_bias_fd, (long)(mAccelBias[1] / 65536.f / 2)) < 0) { in setAccelBias()
6385 if(write_attribute_sensor_continuous(accel_y_dmp_bias_fd, 0) < 0) { in initBias()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h336 int accel_y_dmp_bias_fd; variable