summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix typo which causes sensors to fail miserablyMathias Agopian2010-09-161-1/+1
* part of fix for [3004226] Cannot end the call - Proximity sensor doesn't workMathias Agopian2010-09-161-2/+16
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-11/+11
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-1/+1
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-4/+12
* Fix a memory corruption when writting Sensor into a parcelMathias Agopian2010-07-221-1/+1
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* new SensorServiceMathias Agopian2010-07-195-12/+82
* first step at implementing the native sensor supportMathias Agopian2010-07-137-0/+656