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

  /hardware/libhardware/include/hardware/
sensors.h 505 * SENSOR_STATUS_UNRELIABLE. The event should be generated no faster than every
622 #define SENSOR_STATUS_UNRELIABLE 0
683 // Set to 0 when status is SENSOR_STATUS_UNRELIABLE or ..._NO_CONTACT
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java 334 public static final int SENSOR_STATUS_UNRELIABLE = 0;
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 472 mSmEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE;
477 mSdEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE;
482 mScEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE;
    [all...]