Searched refs:CorrectedGyroSensor (Results 1 – 4 of 4) sorted by relevance
32 CorrectedGyroSensor::CorrectedGyroSensor(sensor_t const* list, size_t count) in CorrectedGyroSensor() function in android::CorrectedGyroSensor44 bool CorrectedGyroSensor::process(sensors_event_t* outEvent, in process()59 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { in activate()64 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()69 Sensor CorrectedGyroSensor::getSensor() const { in getSensor()
34 class CorrectedGyroSensor : public SensorInterface {40 CorrectedGyroSensor(sensor_t const* list, size_t count);
6 CorrectedGyroSensor.cpp \
155 registerVirtualSensor( new CorrectedGyroSensor(list, count) ); in onFirstRef()