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

  /hardware/invensense/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/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,

Completed in 38 milliseconds