Home
last modified time | relevance | path

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

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