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

  /frameworks/native/services/sensorservice/
RotationVectorSensor.cpp 39 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
89 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
97 outEvent->type = SENSOR_TYPE_ACCELEROMETER;
118 hwSensor.type = SENSOR_TYPE_ACCELEROMETER;
GravitySensor.cpp 37 if (list[i].type == SENSOR_TYPE_ACCELEROMETER) {
48 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
LinearAccelerationSensor.cpp 42 if (result && event.type == SENSOR_TYPE_ACCELEROMETER) {
SensorFusion.cpp 35 if (list[i].type == SENSOR_TYPE_ACCELEROMETER) {
78 } else if (event.type == SENSOR_TYPE_ACCELEROMETER) {
OrientationSensor.cpp 44 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 30 case SENSOR_TYPE_ACCELEROMETER:
140 case SENSOR_TYPE_ACCELEROMETER:
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 44 mPendingEvent.type = SENSOR_TYPE_ACCELEROMETER;
KionixSensor.cpp 47 mPendingEvent.type = SENSOR_TYPE_ACCELEROMETER;
sensors.cpp 74 SENSOR_TYPE_ACCELEROMETER, (GRAVITY_EARTH * 16.0f),
86 SENSOR_TYPE_ACCELEROMETER, (GRAVITY_EARTH * 2.0f),
AkmSensor.cpp 47 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER;
  /hardware/libhardware/include/hardware/
sensors.h 233 * SENSOR_TYPE_ACCELEROMETER
265 #define SENSOR_TYPE_ACCELEROMETER (1)
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 492 .type = SENSOR_TYPE_ACCELEROMETER,
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 79 SENSOR_TYPE_ACCELEROMETER, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, { } },
238 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER;
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 98 SENSOR_TYPE_ACCELEROMETER, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, {}},
286 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 126 SENSOR_TYPE_ACCELEROMETER, 10240.0f, 1.0f, 0.5f, 10000, 0, 0, {}},
494 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER;
    [all...]

Completed in 770 milliseconds