HomeSort by relevance Sort by last modified time
    Searched refs:CorrectedGyroSensor (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.h 34 class CorrectedGyroSensor : public VirtualSensor {
38 CorrectedGyroSensor(sensor_t const* list, size_t count);
CorrectedGyroSensor.cpp 25 #include "CorrectedGyroSensor.h"
32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count)
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) {
Android.mk 6 CorrectedGyroSensor.cpp \
SensorService.cpp 31 #include "CorrectedGyroSensor.h"
204 registerSensor( new CorrectedGyroSensor(list, count), true, true);
    [all...]

Completed in 1922 milliseconds