Searched refs:RotationVectorSensor (Results 1 – 4 of 4) sorted by relevance
30 RotationVectorSensor::RotationVectorSensor(int mode) : in RotationVectorSensor() function in android::RotationVectorSensor46 bool RotationVectorSensor::process(sensors_event_t* outEvent, in process()65 status_t RotationVectorSensor::activate(void* ident, bool enabled) { in activate()69 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()73 int RotationVectorSensor::getSensorType() const { in getSensorType()87 const char* RotationVectorSensor::getSensorName() const { in getSensorName()101 int RotationVectorSensor::getSensorToken() const { in getSensorToken()
35 class RotationVectorSensor : public VirtualSensor {37 RotationVectorSensor(int mode = FUSION_9AXIS);49 class GameRotationVectorSensor : public RotationVectorSensor {51 GameRotationVectorSensor() : RotationVectorSensor(FUSION_NOMAG) {} in GameRotationVectorSensor()54 class GeoMagRotationVectorSensor : public RotationVectorSensor {56 GeoMagRotationVectorSensor() : RotationVectorSensor(FUSION_NOGYRO) {} in GeoMagRotationVectorSensor()
12 RotationVectorSensor.cpp \
184 registerSensor(new RotationVectorSensor(), !needRotationVector, true); in onFirstRef()