summaryrefslogtreecommitdiffstats
path: root/services/sensorservice
Commit message (Expand)AuthorAgeFilesLines
...
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2012-06-272-8/+11
* Report sensor events to BatteryStats serviceMathias Agopian2012-06-271-22/+42
* SensorService handles last known state properlyMathias Agopian2012-06-272-15/+74
* filter sensor event by connectionMathias Agopian2012-06-272-9/+20
* propagate sensor event rate properly to the sensor HALMathias Agopian2012-06-272-51/+104
* propagate sensor event rate properlyMathias Agopian2012-06-271-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2012-06-272-14/+34
* Better dumpsys logsMathias Agopian2012-06-272-2/+17
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2012-06-271-0/+37
* new SensorServiceMathias Agopian2012-06-275-0/+610