/hardware/invensense/60xx/libsensors_iio/ |
MPLSupport.h | 27 int read_attribute_sensor(int fd, char* data, unsigned int size);
|
MPLSupport.cpp | 55 count = read_attribute_sensor(fd, buf, sizeof(buf)); 70 int read_attribute_sensor(int fd, char* data, unsigned int size) function
|
MPLSensor.cpp | 249 count = read_attribute_sensor(fd, buf, sizeof(buf)); [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSupport.h | 23 int read_attribute_sensor(int fd, char* data, unsigned int size);
|
MPLSupport.cpp | 41 count = read_attribute_sensor(fd, buf, sizeof(buf)); 56 int read_attribute_sensor(int fd, char* data, unsigned int size) function 286 res = read_attribute_sensor(fd, buf, sizeof(buf));
|
MPLSensor.cpp | 316 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf)); 336 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale)); 395 count = read_attribute_sensor(fd, buf, sizeof(buf)); [all...] |