replicant-frameworks_native/services/sensorservice
Aravind Akella 4c8b951f8d Sensor Batching Bug fixes.
i) SensorService dropping events. Increase SOCKET_BUFFER_SIZE in BitTube ctor.
ii) Call flush before every activate.
iii) Emulate flush for older devices. Add a trivial flush complete event when flush is called.

Bug: 10641596
Change-Id: I30d0f3948e830457143f16e157b6ad81908687ce
2013-09-16 14:43:02 -07:00
..
tests improve sensorservice_test output 2012-06-27 17:07:55 -07:00
Android.mk move services executables sources in their respective src folder 2013-07-22 12:25:18 -07:00
BatteryService.cpp Fix issue #9860494: Waiting for service batteryinfo... 2013-07-15 15:20:11 -07:00
BatteryService.h improve sensor battery usage tracking 2012-09-18 23:33:36 -07:00
CorrectedGyroSensor.cpp various fixes to the sensorservice 2013-05-16 18:47:21 -07:00
CorrectedGyroSensor.h 9-axis sensor fusion with Kalman filter 2012-06-27 17:07:54 -07:00
Fusion.cpp revert parts of dc5b63e40, which made gyro drift estimation unstable 2013-05-30 14:26:36 -07:00
Fusion.h Fix occasional fusion divergence by detecting it and resetting the fusion. 2012-06-27 17:07:55 -07:00
GravitySensor.cpp various fixes to the sensorservice 2013-05-16 18:47:21 -07:00
GravitySensor.h use quaternions instead of MRPs 2012-06-27 17:07:55 -07:00
LinearAccelerationSensor.cpp various fixes to the sensorservice 2013-05-16 18:47:21 -07:00
LinearAccelerationSensor.h 9-axis sensor fusion with Kalman filter 2012-06-27 17:07:54 -07:00
main_sensorservice.cpp move services executables sources in their respective src folder 2013-07-22 12:25:18 -07:00
mat.h Fix occasional fusion divergence by detecting it and resetting the fusion. 2012-06-27 17:07:55 -07:00
OrientationSensor.cpp various fixes to the sensorservice 2013-05-16 18:47:21 -07:00
OrientationSensor.h 9-axis sensor fusion with Kalman filter 2012-06-27 17:07:54 -07:00
quat.h use quaternions instead of MRPs 2012-06-27 17:07:55 -07:00
RotationVectorSensor.cpp various fixes to the sensorservice 2013-05-16 18:47:21 -07:00
RotationVectorSensor.h use quaternions instead of MRPs 2012-06-27 17:07:55 -07:00
SensorDevice.cpp Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorDevice.h Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorFusion.cpp Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorFusion.h Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorInterface.cpp Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorInterface.h Sensor batching. Changes to the native code. 2013-09-03 17:04:36 -07:00
SensorService.cpp Sensor Batching Bug fixes. 2013-09-16 14:43:02 -07:00
SensorService.h Sensor Batching Bug fixes. 2013-09-16 14:43:02 -07:00
traits.h 9-axis sensor fusion with Kalman filter 2012-06-27 17:07:54 -07:00
vec.h More error checks to avoid div by zero. 2012-06-27 17:07:55 -07:00