summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
* use quaternions instead of MRPsMathias Agopian2011-06-0216-552/+370
* 9-axis sensor fusion with Kalman filterMathias Agopian2011-05-2723-190/+2158
* Fix a few issues with sensors reference-countingMathias Agopian2011-05-273-2/+32
* Fix a crasher in SensorServiceMathias Agopian2011-05-191-2/+1
* frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
* fix [4025681] continuous sensors should not try to send an event as soon as t...Mathias Agopian2011-03-101-5/+8
* fix [3421350] Killing a game that uses the accelerometer renders the device u...Mathias Agopian2011-02-032-6/+9
* fix [3369027] Sensor.TYPE_ROTATION_VECTOR is unstable and returns NaNs when r...Mathias Agopian2011-01-192-4/+4
* fix [3237242] sensormanager sensor active count gets out of syncMathias Agopian2010-11-3010-54/+22
* Merge "allow rotation-vector to have 4 components" into gingerbreadMathias Agopian2010-11-301-0/+1
|\
| * allow rotation-vector to have 4 componentsMathias Agopian2010-11-301-0/+1
* | Uses 4-th order low-pass for extracting gravity.Mathias Agopian2010-11-304-2/+33
|/
* don't attempt to normalize the rotation vectorMathias Agopian2010-11-221-4/+6
* Add support for virtual sensors.Mathias Agopian2010-11-1815-204/+1296
* Fix a race condition in sensormanagerMathias Agopian2010-11-142-1/+8
* record the last event received regardless of having clients or notMathias Agopian2010-11-102-14/+22
* improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)Mathias Agopian2010-11-083-5/+16
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-142-8/+11
* Report sensor events to BatteryStats serviceMathias Agopian2010-07-231-22/+42
* SensorService handles last known state properlyMathias Agopian2010-07-222-15/+74
* filter sensor event by connectionMathias Agopian2010-07-222-9/+20
* propagate sensor event rate properly to the sensor HALMathias Agopian2010-07-212-51/+104
* propagate sensor event rate properlyMathias Agopian2010-07-211-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2010-07-212-14/+34
* Better dumpsys logsMathias Agopian2010-07-192-2/+17
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2010-07-191-0/+37
* new SensorServiceMathias Agopian2010-07-195-0/+610