Searched refs:EVENT_TYPE_ACCEL_X (Results 1 - 8 of 8) sorted by relevance

/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.h49 #define EVENT_TYPE_ACCEL_X ABS_X macro
H A DAdxlSensor.cpp69 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
201 if (event->code == EVENT_TYPE_ACCEL_X) {
H A DKionixSensor.cpp65 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
179 if (event->code == EVENT_TYPE_ACCEL_X) {
H A DAkmSensor.cpp276 case EVENT_TYPE_ACCEL_X:
/hardware/invensense/60xx/libsensors_iio/
H A Dsensors.h73 #define EVENT_TYPE_ACCEL_X ABS_X macro
H A DMPLSensor.cpp740 if (!ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo_x) &&
1781 if (event->code == EVENT_TYPE_ACCEL_X) {
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors.h80 #define EVENT_TYPE_ACCEL_X ABS_X macro
H A DMPLSensor.cpp1042 if (!ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo_x) &&
3398 if (event->code == EVENT_TYPE_ACCEL_X) {

Completed in 121 milliseconds