replicant-frameworks_native/services/sensorservice
Aravind Akella 8850909038 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
2013-12-10 01:57:12 +00:00
..
tests
Android.mk
BatteryService.cpp Cleanup Binder interface between sensorservice and BatteryStats 2013-09-25 09:28:41 -07:00
BatteryService.h Cleanup Binder interface between sensorservice and BatteryStats 2013-09-25 09:28:41 -07:00
CorrectedGyroSensor.cpp Fix for AOSP fusion sensors not handling multiple clients correctly. 2013-09-16 15:49:49 -07:00
CorrectedGyroSensor.h
Fusion.cpp
Fusion.h
GravitySensor.cpp Fix for AOSP fusion sensors not handling multiple clients correctly. 2013-09-16 15:49:49 -07:00
GravitySensor.h
LinearAccelerationSensor.cpp Fix for AOSP fusion sensors not handling multiple clients correctly. 2013-09-16 15:49:49 -07:00
LinearAccelerationSensor.h
main_sensorservice.cpp
mat.h
OrientationSensor.cpp Fix for AOSP fusion sensors not handling multiple clients correctly. 2013-09-16 15:49:49 -07:00
OrientationSensor.h
quat.h
RotationVectorSensor.cpp Fix for AOSP fusion sensors not handling multiple clients correctly. 2013-09-16 15:49:49 -07:00
RotationVectorSensor.h
SensorDevice.cpp
SensorDevice.h
SensorFusion.cpp Bug fix for SensorFusion data rate. 2013-12-10 01:57:12 +00:00
SensorFusion.h Bug fix for SensorFusion data rate. 2013-12-10 01:57:12 +00:00
SensorInterface.cpp
SensorInterface.h
SensorService.cpp Bug fixes for SensorService 2013-10-25 13:58:58 -07:00
SensorService.h Bug fixes for SensorService 2013-10-25 13:58:58 -07:00
traits.h
vec.h