Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.h49 class GameRotationVectorSensor : public RotationVectorSensor {
51 GameRotationVectorSensor() : RotationVectorSensor(FUSION_NOMAG) {} in GameRotationVectorSensor() function
H A DSensorService.cpp246 registerSensor(new GameRotationVectorSensor(), !needGameRotationVector, true); in onFirstRef()