Searched refs:read_attribute_sensor (Results 1 – 5 of 5) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSupport.h | 23 int read_attribute_sensor(int fd, char* data, unsigned int size);
|
D | MPLSensor.cpp | 320 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf)); in MPLSensor() 340 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale)); in MPLSensor() 399 count = read_attribute_sensor(fd, buf, sizeof(buf)); in MPLSensor() 419 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor() 4603 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, in inv_read_temperature() 4637 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); in inv_read_dmp_state() 4666 int count = read_attribute_sensor(fd, buf, sizeof(buf)); in inv_read_sensor_bias()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.h | 23 int read_attribute_sensor(int fd, char* data, unsigned int size);
|
D | MPLSupport.cpp | 41 count = read_attribute_sensor(fd, buf, sizeof(buf)); in inv_read_data() 56 int read_attribute_sensor(int fd, char* data, unsigned int size) in read_attribute_sensor() function 311 res = read_attribute_sensor(fd, buf, sizeof(buf)); in read_sysfs_dir()
|
D | MPLSensor.cpp | 228 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf)); in MPLSensor() 248 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale)); in MPLSensor() 307 count = read_attribute_sensor(fd, buf, sizeof(buf)); in MPLSensor() 327 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale)); in MPLSensor() 4968 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, 5002 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); 5031 int count = read_attribute_sensor(fd, buf, sizeof(buf));
|