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

  /device/google/contexthub/util/nanotool/
contexthub.h 58 RotationVector,
sensorevent.cpp 48 case SensorType::RotationVector:
contexthub.cpp 61 { SensorType::RotationVector, "rotation" },
  /hardware/invensense/6515/libsensors_iio/
sensors.h 71 RotationVector,
MPLSensor.cpp 424 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
425 mPendingEvents[RotationVector].sensor = ID_RV;
426 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
427 mPendingEvents[RotationVector].acceleration.status
513 mHandlers[RotationVector] = &MPLSensor::rvHandler;
    [all...]
MPLSensor.h 72 | (1 << RotationVector) \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 96 | (1 << RotationVector) \
502 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
503 mPendingEvents[RotationVector].sensor = ID_RV;
504 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
505 mPendingEvents[RotationVector].acceleration.status
574 mHandlers[RotationVector] = &MPLSensor::rvHandler;
576 mHandlers[RotationVector] = &MPLSensor::grvHandler;
    [all...]
MPLSensor.h 187 RotationVector,

Completed in 212 milliseconds