Home
last modified time | relevance | path

Searched refs:GeoMagRotationVectorSensor (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DRotationVectorSensor.h54 class GeoMagRotationVectorSensor : public RotationVectorSensor {
56 GeoMagRotationVectorSensor() : RotationVectorSensor(FUSION_NOGYRO) {} in GeoMagRotationVectorSensor() function
DSensorService.cpp210 registerSensor(new GeoMagRotationVectorSensor(), !needGeoMagRotationVector, true); in onFirstRef()