Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h353 int gyro_temperature_fd; variable
DMPLSensor.cpp301 gyro_temperature_fd = open(mpu.temperature, O_RDONLY); in MPLSensor()
302 if (gyro_temperature_fd == -1) { in MPLSensor()
1003 if (gyro_temperature_fd > 0) in ~MPLSensor()
1004 close(gyro_temperature_fd); in ~MPLSensor()
4603 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, in inv_read_temperature()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h330 int gyro_temperature_fd; variable
DMPLSensor.cpp209 gyro_temperature_fd = open(mpu.temperature, O_RDONLY); in MPLSensor()
210 if (gyro_temperature_fd == -1) { in MPLSensor()
953 if (gyro_temperature_fd > 0) in ~MPLSensor()
954 close(gyro_temperature_fd); in ~MPLSensor()
4968 count = read_attribute_sensor(gyro_temperature_fd, raw_buf,