HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_TYPE_ACCEL_Y (Results 1 - 10 of 10) sorted by null

  /hardware/akm/AK8975_FS/libsensors/
sensors.h 50 #define EVENT_TYPE_ACCEL_Y ABS_Y
AdxlSensor.cpp 72 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo)) {
203 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
KionixSensor.cpp 68 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo)) {
181 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
AkmSensor.cpp 280 case EVENT_TYPE_ACCEL_Y:
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 74 #define EVENT_TYPE_ACCEL_Y ABS_Y
MPLSensor.cpp 741 !ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Y), &absinfo_y) &&
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 82 #define EVENT_TYPE_ACCEL_Y ABS_Y
MPLSensor.cpp     [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors.h 254 #define EVENT_TYPE_ACCEL_Y ABS_Y
MPLSensor.cpp     [all...]

Completed in 199 milliseconds