Home
last modified time | relevance | path

Searched refs:gyroBuf (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp310 char gyroBuf[5]; in MPLSensor() local
319 memset(gyroBuf, 0, sizeof(gyroBuf)); in MPLSensor()
320 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf)); in MPLSensor()
324 count = sscanf(gyroBuf, "%ld", &mGyroScale); in MPLSensor()
339 memset(gyroBuf, 0, sizeof(gyroBuf)); in MPLSensor()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp218 char gyroBuf[5]; in MPLSensor() local
227 memset(gyroBuf, 0, sizeof(gyroBuf)); in MPLSensor()
228 count = read_attribute_sensor(fd, gyroBuf, sizeof(gyroBuf)); in MPLSensor()
232 count = sscanf(gyroBuf, "%ld", &mGyroScale); in MPLSensor()