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

  /hardware/akm/AK8975_FS/libsensors/
sensors.h 49 #define EVENT_TYPE_ACCEL_X ABS_X
AdxlSensor.cpp 69 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
201 if (event->code == EVENT_TYPE_ACCEL_X) {
KionixSensor.cpp 65 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo)) {
179 if (event->code == EVENT_TYPE_ACCEL_X) {
AkmSensor.cpp 276 case EVENT_TYPE_ACCEL_X:
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 73 #define EVENT_TYPE_ACCEL_X ABS_X
MPLSensor.cpp 740 if (!ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_X), &absinfo_x) &&
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 80 #define EVENT_TYPE_ACCEL_X ABS_X
MPLSensor.cpp     [all...]

Completed in 698 milliseconds