Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h340 int gyro_x_dmp_bias_fd; variable
DMPLSensor.cpp256 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor()
259 if (gyro_x_dmp_bias_fd == -1 || in MPLSensor()
942 if (gyro_x_dmp_bias_fd > 0) { in ~MPLSensor()
943 close(gyro_x_dmp_bias_fd); in ~MPLSensor()
953 close(gyro_x_dmp_bias_fd); in ~MPLSensor()
5376 if(write_attribute_sensor_continuous(gyro_x_dmp_bias_fd, 0) < 0) {
5416 if(write_attribute_sensor_continuous(gyro_x_dmp_bias_fd, bias[0]) < 0) {
6588 if(write_attribute_sensor_continuous(gyro_x_dmp_bias_fd, 0) < 0) {
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h366 int gyro_x_dmp_bias_fd; variable
DMPLSensor.cpp380 gyro_x_dmp_bias_fd = open(mpu.in_gyro_x_dmp_bias, O_RDWR); in MPLSensor()
383 if (gyro_x_dmp_bias_fd == -1 || in MPLSensor()
1024 if (gyro_x_dmp_bias_fd > 0) { in ~MPLSensor()
1025 close(gyro_x_dmp_bias_fd); in ~MPLSensor()
1035 close(gyro_x_dmp_bias_fd); in ~MPLSensor()
5347 if(write_attribute_sensor_continuous(gyro_x_dmp_bias_fd, bias[0]) < 0) { in setGyroBias()
6432 if(write_attribute_sensor_continuous(gyro_x_dmp_bias_fd, 0) < 0) { in initBias()