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

  /hardware/akm/AK8975_FS/libsensors/
sensors.h 51 #define EVENT_TYPE_ACCEL_Z ABS_Z
AdxlSensor.cpp 75 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Z), &absinfo)) {
205 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
KionixSensor.cpp 71 if (!ioctl(data_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Z), &absinfo)) {
183 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
AkmSensor.cpp 284 case EVENT_TYPE_ACCEL_Z:
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 75 #define EVENT_TYPE_ACCEL_Z ABS_Z
MPLSensor.cpp 742 !ioctl(accel_fd, EVIOCGABS(EVENT_TYPE_ACCEL_Z), &absinfo_z)) {
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 82 #define EVENT_TYPE_ACCEL_Z ABS_Z
MPLSensor.cpp     [all...]

Completed in 1893 milliseconds