Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.h49 class GameRotationVectorSensor : public RotationVectorSensor {
51 GameRotationVectorSensor() : RotationVectorSensor(FUSION_NOMAG) {} in GameRotationVectorSensor() function
H A DSensorService.cpp403 registerVirtualSensor(std::make_shared<GameRotationVectorSensor>(), in onFirstRef()