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

/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp25 #include "OrientationSensor.h"
32 OrientationSensor::OrientationSensor() function in class:android::OrientationSensor
41 bool OrientationSensor::process(sensors_event_t* outEvent,
68 status_t OrientationSensor::activate(void* ident, bool enabled) {
72 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {
76 Sensor OrientationSensor::getSensor() const {
H A DOrientationSensor.h34 class OrientationSensor : public SensorInterface { class in namespace:android
39 OrientationSensor();
H A DAndroid.mk10 OrientationSensor.cpp \
H A DSensorService.cpp49 #include "OrientationSensor.h"
139 aSensor = registerVirtualSensor( new OrientationSensor() );

Completed in 663 milliseconds