Searched refs:OrientationSensor (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
H A DOrientationSensor.h34 class OrientationSensor : public VirtualSensor { class in namespace:android
36 OrientationSensor();
H A DOrientationSensor.cpp25 #include "OrientationSensor.h"
32 OrientationSensor::OrientationSensor() { function in class:android::OrientationSensor
47 bool OrientationSensor::process(sensors_event_t* outEvent,
74 status_t OrientationSensor::activate(void* ident, bool enabled) {
78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
H A DAndroid.mk10 OrientationSensor.cpp \
H A DSensorService.cpp37 #include "OrientationSensor.h"
185 registerSensor(new OrientationSensor(), !needRotationVector, true);

Completed in 342 milliseconds