summaryrefslogtreecommitdiffstats
path: root/libs/gui/SensorEventQueue.cpp
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-291-2/+2
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* new SensorServiceMathias Agopian2010-07-191-6/+40
* first step at implementing the native sensor supportMathias Agopian2010-07-131-0/+97