Searched refs:RotationVectorSensor (Results 1 – 4 of 4) sorted by relevance
30 RotationVectorSensor::RotationVectorSensor() in RotationVectorSensor() function in android::RotationVectorSensor36 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()
35 class RotationVectorSensor : public SensorInterface {40 RotationVectorSensor();
11 RotationVectorSensor.cpp \
132 aSensor = registerVirtualSensor( new RotationVectorSensor() ); in onFirstRef()