Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DOrientationSensor.cpp32 OrientationSensor::OrientationSensor() in OrientationSensor() function in android::OrientationSensor
41 bool OrientationSensor::process(sensors_event_t* outEvent, in process()
68 status_t OrientationSensor::activate(void* ident, bool enabled) { in activate()
72 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
76 Sensor OrientationSensor::getSensor() const { in getSensor()
DOrientationSensor.h34 class OrientationSensor : public SensorInterface {
39 OrientationSensor();
DAndroid.mk10 OrientationSensor.cpp \
DSensorService.cpp147 aSensor = registerVirtualSensor( new OrientationSensor() ); in onFirstRef()