HomeSort by relevance Sort by last modified time
    Searched refs:RotationVectorSensor (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/sensorservice/
RotationVectorSensor.cpp 25 #include "RotationVectorSensor.h"
30 RotationVectorSensor::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 {
RotationVectorSensor.h 35 class RotationVectorSensor : public SensorInterface {
40 RotationVectorSensor();
Android.mk 11 RotationVectorSensor.cpp \
SensorService.cpp 47 #include "RotationVectorSensor.h"
114 registerVirtualSensor( new RotationVectorSensor() );

Completed in 240 milliseconds