Searched refs:CorrectedGyroSensor (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | CorrectedGyroSensor.cpp | 32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count) in CorrectedGyroSensor() function in android::CorrectedGyroSensor 55 bool CorrectedGyroSensor::process(sensors_event_t* outEvent, in process() 70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { in activate() 75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | CorrectedGyroSensor.h | 34 class CorrectedGyroSensor : public VirtualSensor { 38 CorrectedGyroSensor(sensor_t const* list, size_t count);
|
D | Android.bp | 15 "CorrectedGyroSensor.cpp",
|
D | SensorService.cpp | 229 registerSensor( new CorrectedGyroSensor(list, count), true, true); in onFirstRef()
|