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

  /frameworks/base/services/sensorservice/
RotationVectorSensor.h 35 class RotationVectorSensor : public SensorInterface {
40 RotationVectorSensor();
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 {

Completed in 45 milliseconds