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

/frameworks/base/services/sensorservice/
H A DOrientationSensor.cpp25 #include "OrientationSensor.h"
32 OrientationSensor::OrientationSensor() function in class:android::OrientationSensor
38 bool OrientationSensor::process(sensors_event_t* outEvent,
65 status_t OrientationSensor::activate(void* ident, bool enabled) {
69 status_t OrientationSensor::setDelay(void* ident, int handle, int64_t ns) {
73 Sensor OrientationSensor::getSensor() const {
H A DOrientationSensor.h34 class OrientationSensor : public SensorInterface { class in namespace:android
39 OrientationSensor();
H A DAndroid.mk9 OrientationSensor.cpp \
H A DSensorService.cpp45 #include "OrientationSensor.h"
118 registerVirtualSensor( new OrientationSensor() );

Completed in 81 milliseconds