Searched refs:absinfo_y (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp737 struct input_absinfo absinfo_y; local
741 !ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo_y) &&
745 value = absinfo_y.value;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp998 struct input_absinfo absinfo_y; local
1002 !ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo_y) &&
1006 value = absinfo_y.value;
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp1106 struct input_absinfo absinfo_y; local
1110 !ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo_y) &&
1114 value = absinfo_y.value;

Completed in 4999 milliseconds