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

/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp25 #include "RotationVectorSensor.h"
30 RotationVectorSensor::RotationVectorSensor() function in class:android::RotationVectorSensor
36 bool RotationVectorSensor::process(sensors_event_t* outEvent,
55 status_t RotationVectorSensor::activate(void* ident, bool enabled) {
59 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
63 Sensor RotationVectorSensor::getSensor() const {
H A DRotationVectorSensor.h35 class RotationVectorSensor : public SensorInterface { class in namespace:android
40 RotationVectorSensor();
H A DAndroid.mk11 RotationVectorSensor.cpp \
H A DSensorService.cpp50 #include "RotationVectorSensor.h"
124 aSensor = registerVirtualSensor( new RotationVectorSensor() );

Completed in 139 milliseconds