Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DRotationVectorSensor.cpp30 RotationVectorSensor::RotationVectorSensor() in RotationVectorSensor() function in android::RotationVectorSensor
36 bool RotationVectorSensor::process(sensors_event_t* outEvent, in process()
55 status_t RotationVectorSensor::activate(void* ident, bool enabled) { in activate()
59 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
63 Sensor RotationVectorSensor::getSensor() const { in getSensor()
DRotationVectorSensor.h35 class RotationVectorSensor : public SensorInterface {
40 RotationVectorSensor();
DAndroid.mk11 RotationVectorSensor.cpp \
DSensorService.cpp132 aSensor = registerVirtualSensor( new RotationVectorSensor() ); in onFirstRef()