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

  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 25 #include "CorrectedGyroSensor.h"
32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count)
44 bool CorrectedGyroSensor::process(sensors_event_t* outEvent,
59 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) {
64 status_t CorrectedGyroSensor::setDelay(void* ident, int handle, int64_t ns) {
69 Sensor CorrectedGyroSensor::getSensor() const {
CorrectedGyroSensor.h 34 class CorrectedGyroSensor : public SensorInterface {
40 CorrectedGyroSensor(sensor_t const* list, size_t count);
Android.mk 6 CorrectedGyroSensor.cpp \
SensorService.cpp 43 #include "CorrectedGyroSensor.h"
120 registerVirtualSensor( new CorrectedGyroSensor(list, count) );

Completed in 39 milliseconds