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

/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.h34 class CorrectedGyroSensor : public VirtualSensor { class in namespace:android
38 CorrectedGyroSensor(sensor_t const* list, size_t count);
H A DCorrectedGyroSensor.cpp25 #include "CorrectedGyroSensor.h"
32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count) function in class:android::CorrectedGyroSensor
55 bool CorrectedGyroSensor::process(sensors_event_t* outEvent,
70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) {
75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) {

Completed in 145 milliseconds