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.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 {
RotationVectorSensor.h
35
class
RotationVectorSensor
: public SensorInterface {
40
RotationVectorSensor
();
Android.mk
11
RotationVectorSensor
.cpp \
SensorService.cpp
48
#include "
RotationVectorSensor
.h"
121
aSensor = registerVirtualSensor( new
RotationVectorSensor
() );
[
all
...]
Completed in 451 milliseconds