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

  /device/google/contexthub/util/nanotool/
contexthub.h 59 GeomagneticRotationVector,
sensorevent.cpp 49 case SensorType::GeomagneticRotationVector:
contexthub.cpp 62 { SensorType::GeomagneticRotationVector, "geomag" },
  /hardware/invensense/6515/libsensors_iio/
sensors.h 78 GeomagneticRotationVector,
MPLSensor.cpp 490 mPendingEvents[GeomagneticRotationVector].version = sizeof(sensors_event_t);
491 mPendingEvents[GeomagneticRotationVector].sensor = ID_GMRV;
492 mPendingEvents[GeomagneticRotationVector].type
494 mPendingEvents[GeomagneticRotationVector].acceleration.status
523 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler;
    [all...]
MPLSensor.h 82 (1 << GeomagneticRotationVector) \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 106 (1 << GeomagneticRotationVector) \
566 mPendingEvents[GeomagneticRotationVector].version = sizeof(sensors_event_t);
567 mPendingEvents[GeomagneticRotationVector].sensor = ID_GMRV;
568 mPendingEvents[GeomagneticRotationVector].type
570 mPendingEvents[GeomagneticRotationVector].acceleration.status
595 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler;
    [all...]
MPLSensor.h 194 GeomagneticRotationVector,

Completed in 366 milliseconds