Searched defs:OrientationSensor (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DOrientationSensor.h34 class OrientationSensor : public SensorInterface { class in namespace:android
39 OrientationSensor();
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 {

Completed in 98 milliseconds