summaryrefslogtreecommitdiffstats
path: root/services/sensorservice/SensorService.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-031-5/+8
* Add support for virtual sensors.Mathias Agopian2010-11-181-188/+159
* Fix a race condition in sensormanagerMathias Agopian2010-11-141-0/+6
* record the last event received regardless of having clients or notMathias Agopian2010-11-101-14/+20
* improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)Mathias Agopian2010-11-081-1/+2
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-1/+1
* Report sensor events to BatteryStats serviceMathias Agopian2010-07-231-22/+42
* SensorService handles last known state properlyMathias Agopian2010-07-221-14/+70
* filter sensor event by connectionMathias Agopian2010-07-221-6/+18
* propagate sensor event rate properly to the sensor HALMathias Agopian2010-07-211-43/+78
* propagate sensor event rate properlyMathias Agopian2010-07-211-1/+9
* SensorService doesn't crash if correct HAL is not presentMathias Agopian2010-07-211-14/+33
* Better dumpsys logsMathias Agopian2010-07-191-2/+16
* Added partial support for repporting sensor activity to IBatteryStatsMathias Agopian2010-07-191-0/+37
* new SensorServiceMathias Agopian2010-07-191-0/+359