Searched refs:RotationVectorSensor (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.h35 class RotationVectorSensor : public VirtualSensor { class in namespace:android
37 RotationVectorSensor(int mode = FUSION_9AXIS);
49 class GameRotationVectorSensor : public RotationVectorSensor {
51 GameRotationVectorSensor() : RotationVectorSensor(FUSION_NOMAG) {}
54 class GeoMagRotationVectorSensor : public RotationVectorSensor {
56 GeoMagRotationVectorSensor() : RotationVectorSensor(FUSION_NOGYRO) {}
H A DRotationVectorSensor.cpp25 #include "RotationVectorSensor.h"
30 RotationVectorSensor::RotationVectorSensor(int mode) : function in class:android::RotationVectorSensor
46 bool RotationVectorSensor::process(sensors_event_t* outEvent,
65 status_t RotationVectorSensor::activate(void* ident, bool enabled) {
69 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
73 int RotationVectorSensor::getSensorType() const {
87 const char* RotationVectorSensor::getSensorName() const {
101 int RotationVectorSensor::getSensorToken() const {
H A DAndroid.mk12 RotationVectorSensor.cpp \
H A DSensorService.cpp38 #include "RotationVectorSensor.h"
184 registerSensor(new RotationVectorSensor(), !needRotationVector, true);

Completed in 57 milliseconds