replicant-frameworks_native/services/sensorservice
Aravind Akella ebff73c37d Bug fix for SensorFusion data rate.
SensorFusion is always returning data at the slowest possible sampling rate (5 Hz). batch() is getting called twice, first time with the requested rate and second time with the slowest rate (which overwrites the requested rate). Fix batch call in SensorFusion::activate()

Bug: 12064319
Change-Id: If62f3e514233f69810336fd22b136b4395b667d3
2014-01-31 22:33:51 +00:00
..
tests
Android.mk
BatteryService.cpp
BatteryService.h
CorrectedGyroSensor.cpp
CorrectedGyroSensor.h
Fusion.cpp
Fusion.h
GravitySensor.cpp
GravitySensor.h
LinearAccelerationSensor.cpp
LinearAccelerationSensor.h
main_sensorservice.cpp
mat.h
OrientationSensor.cpp
OrientationSensor.h
quat.h
RotationVectorSensor.cpp
RotationVectorSensor.h
SensorDevice.cpp
SensorDevice.h
SensorFusion.cpp Bug fix for SensorFusion data rate. 2014-01-31 22:33:51 +00:00
SensorFusion.h Bug fix for SensorFusion data rate. 2014-01-31 22:33:51 +00:00
SensorInterface.cpp
SensorInterface.h
SensorService.cpp
SensorService.h
traits.h
vec.h