Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.h54 class GeoMagRotationVectorSensor : public RotationVectorSensor {
56 GeoMagRotationVectorSensor() : RotationVectorSensor(FUSION_NOGYRO) {} in GeoMagRotationVectorSensor() function
H A DSensorService.cpp410 registerVirtualSensor(std::make_shared<GeoMagRotationVectorSensor>(), in onFirstRef()