OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RotationVectorSensor
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
RotationVectorSensor.cpp
25
#include "
RotationVectorSensor
.h"
30
RotationVectorSensor
::
RotationVectorSensor
(int mode) :
46
bool
RotationVectorSensor
::process(sensors_event_t* outEvent,
65
status_t
RotationVectorSensor
::activate(void* ident, bool enabled) {
69
status_t
RotationVectorSensor
::setDelay(void* ident, int /*handle*/, int64_t ns) {
73
int
RotationVectorSensor
::getSensorType() const {
87
const char*
RotationVectorSensor
::getSensorName() const {
101
int
RotationVectorSensor
::getSensorToken() const {
RotationVectorSensor.h
35
class
RotationVectorSensor
: public VirtualSensor {
37
explicit
RotationVectorSensor
(int mode = FUSION_9AXIS);
49
class GameRotationVectorSensor : public
RotationVectorSensor
{
51
GameRotationVectorSensor() :
RotationVectorSensor
(FUSION_NOMAG) {}
54
class GeoMagRotationVectorSensor : public
RotationVectorSensor
{
56
GeoMagRotationVectorSensor() :
RotationVectorSensor
(FUSION_NOGYRO) {}
Completed in 57 milliseconds