HomeSort by relevance Sort by last modified time
    Searched full:rotationvector (Results 1 - 13 of 13) sorted by null

  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 220 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
221 mPendingEvents[RotationVector].sensor = ID_RV;
222 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
251 mHandlers[RotationVector] = &MPLSensor::rvHandler;
816 what = RotationVector;
874 what = RotationVector;
    [all...]
MPLSensor.h 51 RotationVector,
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 264 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
265 mPendingEvents[RotationVector].sensor = ID_RV;
266 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
301 mHandlers[RotationVector] = &MPLSensor::rvHandler;
1074 if ((mEnabled & ((1 << Orientation) | (1 << RotationVector) |
    [all...]
MPLSensor.h 126 RotationVector,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceSensors.java 327 private void getOrientationFromRotationVector(float[] rotationVector) {
329 SensorManager.getRotationMatrixFromVector(deviceRotationMatrix, rotationVector);
  /hardware/invensense/6515/libsensors_iio/
sensors.h 71 RotationVector,
MPLSensor.h 72 | (1 << RotationVector) \
MPLSensor.cpp 396 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
397 mPendingEvents[RotationVector].sensor = ID_RV;
398 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
399 mPendingEvents[RotationVector].acceleration.status
485 mHandlers[RotationVector] = &MPLSensor::rvHandler;
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
Sensor.java 611 // RotationVector length has changed to 3 to 5 for API level 18
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 96 | (1 << RotationVector) \
506 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
507 mPendingEvents[RotationVector].sensor = ID_RV;
508 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
509 mPendingEvents[RotationVector].acceleration.status
578 mHandlers[RotationVector] = &MPLSensor::rvHandler;
580 mHandlers[RotationVector] = &MPLSensor::grvHandler;
    [all...]
MPLSensor.h 187 RotationVector,
  /frameworks/native/services/sensorservice/
SensorService.cpp 469 // handle backward compatibility for RotationVector sensor
    [all...]

Completed in 179 milliseconds