OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotationVectorSensor
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/sensorservice/
RotationVectorSensor.h
35
class
RotationVectorSensor
: public VirtualSensor {
37
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) {}
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 {
Android.mk
12
RotationVectorSensor
.cpp \
SensorService.cpp
38
#include "
RotationVectorSensor
.h"
195
registerSensor(new
RotationVectorSensor
(), !needRotationVector, true);
[
all
...]
Completed in 156 milliseconds