Searched refs:read_attribute_sensor (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.h23 int read_attribute_sensor(int fd, char* data, unsigned int size);
H A DMPLSupport.cpp41 count = read_attribute_sensor(fd, buf, sizeof(buf));
56 int read_attribute_sensor(int fd, char* data, unsigned int size) function
308 res = read_attribute_sensor(fd, buf, sizeof(buf));
H A DMPLSensor.cpp320 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf));
340 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
399 count = read_attribute_sensor(fd, buf, sizeof(buf));
419 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale));
4603 count = read_attribute_sensor(gyro_temperature_fd, raw_buf,
4637 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf));
4666 int count = read_attribute_sensor(fd, buf, sizeof(buf));
/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.h23 int read_attribute_sensor(int fd, char* data, unsigned int size);
H A DMPLSupport.cpp41 count = read_attribute_sensor(fd, buf, sizeof(buf));
56 int read_attribute_sensor(int fd, char* data, unsigned int size) function
311 res = read_attribute_sensor(fd, buf, sizeof(buf));
H A DMPLSensor.cpp228 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf));
248 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
307 count = read_attribute_sensor(fd, buf, sizeof(buf));
327 count = read_attribute_sensor(fd, accelScale, sizeof(accelScale));
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));

Completed in 78 milliseconds