summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
* 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